Class SharedAtmosphereSystem
Inheritance
System.Object
SharedAtmosphereSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedAtmosphereSystem : EntitySystem
Fields
|
Improve this Doc
View Source
GasPrototypes
Declaration
protected readonly GasPrototype[] GasPrototypes
Field Value
Properties
|
Improve this Doc
View Source
Gases
Declaration
public IEnumerable<GasPrototype> Gases { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetGas(Gas)
Declaration
public GasPrototype GetGas(Gas gasId)
Parameters
Type |
Name |
Description |
Gas |
gasId |
|
Returns
|
Improve this Doc
View Source
GetGas(Int32)
Declaration
public GasPrototype GetGas(int gasId)
Parameters
Type |
Name |
Description |
System.Int32 |
gasId |
|
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()