Class PowerState.Supply
Inheritance
System.Object
PowerState.Supply
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
public PowerState.NodeId Id
Field Value
|
Improve this Doc
View Source
LinkedNetwork
Declaration
public PowerState.NodeId LinkedNetwork
Field Value
|
Improve this Doc
View Source
MaxSupply
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Paused
Declaration
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 |
|