Show / Hide Table of Contents

Class PowerState.Supply

Inheritance
System.Object
PowerState.Supply
Namespace: Content.Server.Power.Pow3r
Assembly: Content.Server.dll
Syntax
public sealed class Supply : object

Fields

| Improve this Doc View Source

AvailableSupply

Supply available during a tick. The actual current supply will be less than or equal to this. Used during calculations.

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

CurrentSupply

Actual power supplied last network update.

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

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Id

Declaration
public PowerState.NodeId Id
Field Value
Type Description
PowerState.NodeId
| Improve this Doc View Source

LinkedNetwork

Declaration
public PowerState.NodeId LinkedNetwork
Field Value
Type Description
PowerState.NodeId
| Improve this Doc View Source

MaxSupply

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

Paused

Declaration
public bool Paused
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SupplyRampPosition

Position of the supply ramp.

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

SupplyRampRate

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

SupplyRampTarget

The amount of power we WANT to be supplying to match grid load.

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

SupplyRampTolerance

Declaration
public float SupplyRampTolerance
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾