Show / Hide Table of Contents

Class GasTileOverlaySystem

Inheritance
System.Object
SharedGasTileOverlaySystem
GasTileOverlaySystem
Namespace: Content.Server.Atmos.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class GasTileOverlaySystem : SharedGasTileOverlaySystem

Methods

| Improve this Doc View Source

GetOverlayData(GasMixture)

Declaration
public SharedGasTileOverlaySystem.GasOverlayData GetOverlayData(GasMixture mixture)
Parameters
Type Name Description
GasMixture mixture
Returns
Type Description
SharedGasTileOverlaySystem.GasOverlayData
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedGasTileOverlaySystem.Initialize()
| Improve this Doc View Source

Invalidate(EntityUid, Vector2i, GasTileOverlayComponent)

Declaration
public void Invalidate(EntityUid grid, Vector2i index, GasTileOverlayComponent comp = null)
Parameters
Type Name Description
EntityUid grid
Vector2i index
GasTileOverlayComponent comp
| Improve this Doc View Source

Reset(RoundRestartCleanupEvent)

Declaration
public void Reset(RoundRestartCleanupEvent ev)
Parameters
Type Name Description
RoundRestartCleanupEvent ev
| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾