Show / Hide Table of Contents

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 Source

LastMolesTransferred

The amount of moles transferred by the circulator last tick.

Declaration
public float LastMolesTransferred
Field Value
Type Description
System.Single
| Improve this Doc View Source

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
| Improve this Doc View Source

LightColorFast

Light color of this circulator when it's running at "fast" speed.

Declaration
public Color LightColorFast
Field Value
Type Description
Color
| Improve this Doc View Source

LightColorSlow

Light color of this circulator when it's running at "slow" speed.

Declaration
public Color LightColorSlow
Field Value
Type Description
Color
| Improve this Doc View Source

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

See Also

TegSystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾