Class GeneratorExhaustGasComponent
Makes a generator emit a gas into the atmosphere when running.
Inheritance
System.Object
GeneratorExhaustGasComponent
Namespace: Content.Shared.Power.Generator
Assembly: Content.Shared.dll
Syntax
public sealed class GeneratorExhaustGasComponent : Component
Remarks
The amount of gas produced is linear with the amount of fuel used.
Fields
| Improve this Doc View SourceGasType
The type of gas that will be emitted by the generator.
Declaration
public Gas GasType
Field Value
Type | Description |
---|---|
Gas |
MoleRatio
The amount of moles of gas that should be produced when one unit of fuel is burned.
Declaration
public float MoleRatio
Field Value
Type | Description |
---|---|
System.Single |
Temperature
The temperature of created gas.
Declaration
public float Temperature
Field Value
Type | Description |
---|---|
System.Single |