Class PowerState.Network
Inheritance
System.Object
PowerState.Network
Namespace: Content.Server.Power.Pow3r
Assembly: Content.Server.dll
Syntax
public sealed class Network : object
Fields
| Improve this Doc View SourceBatteryLoads
Batteries that are draining power from this network (connected to the INPUT port of the battery).
Declaration
public List<PowerState.NodeId> BatteryLoads
Field Value
Type | Description |
---|---|
List<PowerState.NodeId> |
BatterySupplies
Batteries that are supplying power to this network (connected to the OUTPUT port of the battery).
Declaration
public List<PowerState.NodeId> BatterySupplies
Field Value
Type | Description |
---|---|
List<PowerState.NodeId> |
Height
Declaration
public int Height
Field Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
public PowerState.NodeId Id
Field Value
Type | Description |
---|---|
PowerState.NodeId |
LastCombinedMaxSupply
Theoretical maximum supply, including both normal supplies and batteries.
Declaration
public float LastCombinedMaxSupply
Field Value
Type | Description |
---|---|
System.Single |
LastCombinedSupply
Available supply, including both normal supplies and batteries.
Declaration
public float LastCombinedSupply
Field Value
Type | Description |
---|---|
System.Single |
Loads
Power consumers.
Declaration
public List<PowerState.NodeId> Loads
Field Value
Type | Description |
---|---|
List<PowerState.NodeId> |
Supplies
Power generators
Declaration
public List<PowerState.NodeId> Supplies
Field Value
Type | Description |
---|---|
List<PowerState.NodeId> |