Class TegCirculatorComponent
A "circulator" for the thermo-electric generator (TEG). Circulators are used by the TEG to take in a side of either hot or cold gas.
Inheritance
System.Object
TegCirculatorComponent
Namespace: Content.Server.Power.Generation.Teg
Assembly: Content.Server.dll
Syntax
public sealed class TegCirculatorComponent : Component
Fields
| Improve this Doc View SourceLastMolesTransferred
The amount of moles transferred by the circulator last tick.
Declaration
public float LastMolesTransferred
Field Value
Type | Description |
---|---|
System.Single |
LastPressureDelta
The difference between the inlet and outlet pressure at the start of the previous tick.
Declaration
public float LastPressureDelta
Field Value
Type | Description |
---|---|
System.Single |
LightColorFast
Light color of this circulator when it's running at "fast" speed.
Declaration
public Color LightColorFast
Field Value
Type | Description |
---|---|
Color |
LightColorSlow
Light color of this circulator when it's running at "slow" speed.
Declaration
public Color LightColorSlow
Field Value
Type | Description |
---|---|
Color |
VisualSpeedDelta
Minimum pressure delta between inlet and outlet for which the circulator animation speed is "fast".
Declaration
public float VisualSpeedDelta
Field Value
Type | Description |
---|---|
System.Single |