Class GasPowerReceiverComponent
This is used for providing gas power to machinery.
Inheritance
System.Object
GasPowerReceiverComponent
Namespace: Content.Server.Power.Generator
Assembly: Content.Server.dll
Syntax
public sealed class GasPowerReceiverComponent : Component
Fields
| Improve this Doc View SourceLastProcess
Declaration
public TimeSpan LastProcess
Field Value
Type | Description |
---|---|
TimeSpan |
MaxTemperature
Past this temperature we assume we're in reaction mass mode and not magic mode.
Declaration
public float MaxTemperature
Field Value
Type | Description |
---|---|
System.Single |
MolesConsumedSec
The amount of gas consumed for operation in magic mode.
Declaration
public float MolesConsumedSec
Field Value
Type | Description |
---|---|
System.Single |
OffVentGas
Whether the consumed gas should then be ejected directly into the atmosphere.
Declaration
public bool OffVentGas
Field Value
Type | Description |
---|---|
System.Boolean |
Powered
Declaration
public bool Powered
Field Value
Type | Description |
---|---|
System.Boolean |
PressureConsumedSec
The amount of kPA "consumed" for operation in pressure mode.
Declaration
public float PressureConsumedSec
Field Value
Type | Description |
---|---|
System.Single |
TargetGas
The gas that fuels this generator
Declaration
public Gas TargetGas
Field Value
Type | Description |
---|---|
Gas |