Show / Hide Table of Contents

Class GasTankSystem

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

Methods

| Improve this Doc View Source

AssumeAir(GasTankComponent, GasMixture)

Declaration
public void AssumeAir(GasTankComponent component, GasMixture giver)
Parameters
Type Name Description
GasTankComponent component
GasMixture giver
| Improve this Doc View Source

CanConnectToInternals(GasTankComponent)

Declaration
public bool CanConnectToInternals(GasTankComponent component)
Parameters
Type Name Description
GasTankComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

CheckStatus(GasTankComponent)

Declaration
public void CheckStatus(GasTankComponent component)
Parameters
Type Name Description
GasTankComponent component
| Improve this Doc View Source

ConnectToInternals(GasTankComponent)

Declaration
public void ConnectToInternals(GasTankComponent component)
Parameters
Type Name Description
GasTankComponent component
| Improve this Doc View Source

DisconnectFromInternals(GasTankComponent)

Declaration
public void DisconnectFromInternals(GasTankComponent component)
Parameters
Type Name Description
GasTankComponent component
| Improve this Doc View Source

Initialize()

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

RemoveAir(GasTankComponent, Single)

Declaration
public GasMixture RemoveAir(GasTankComponent component, float amount)
Parameters
Type Name Description
GasTankComponent component
System.Single amount
Returns
Type Description
GasMixture
| Improve this Doc View Source

RemoveAirVolume(GasTankComponent, Single)

Declaration
public GasMixture RemoveAirVolume(GasTankComponent component, float volume)
Parameters
Type Name Description
GasTankComponent component
System.Single volume
Returns
Type Description
GasMixture
| 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

UpdateUserInterface(GasTankComponent, Boolean)

Declaration
public void UpdateUserInterface(GasTankComponent component, bool initialUpdate = false)
Parameters
Type Name Description
GasTankComponent component
System.Boolean initialUpdate
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾