Show / Hide Table of Contents

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 Source

BatteryLoads

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

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

Height

Declaration
public int Height
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Id

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

LastCombinedMaxSupply

Theoretical maximum supply, including both normal supplies and batteries.

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

LastCombinedSupply

Available supply, including both normal supplies and batteries.

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

Loads

Power consumers.

Declaration
public List<PowerState.NodeId> Loads
Field Value
Type Description
List<PowerState.NodeId>
| Improve this Doc View Source

Supplies

Power generators

Declaration
public List<PowerState.NodeId> Supplies
Field Value
Type Description
List<PowerState.NodeId>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾