Show / Hide Table of Contents

Interface IBasePowerNet

Namespace: Content.Server.Power.NodeGroups
Assembly: Content.Server.dll
Syntax
public interface IBasePowerNet

Properties

| Improve this Doc View Source

NetworkNode

Declaration
PowerState.Network NetworkNode { get; }
Property Value
Type Description
PowerState.Network

Methods

| Improve this Doc View Source

AddConsumer(PowerConsumerComponent)

Declaration
void AddConsumer(PowerConsumerComponent consumer)
Parameters
Type Name Description
PowerConsumerComponent consumer
| Improve this Doc View Source

AddSupplier(PowerSupplierComponent)

Declaration
void AddSupplier(PowerSupplierComponent supplier)
Parameters
Type Name Description
PowerSupplierComponent supplier
| Improve this Doc View Source

RemoveConsumer(PowerConsumerComponent)

Declaration
void RemoveConsumer(PowerConsumerComponent consumer)
Parameters
Type Name Description
PowerConsumerComponent consumer
| Improve this Doc View Source

RemoveSupplier(PowerSupplierComponent)

Declaration
void RemoveSupplier(PowerSupplierComponent supplier)
Parameters
Type Name Description
PowerSupplierComponent supplier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾