Interface IBasePowerNet
Assembly: Content.Server.dll
Syntax
public interface IBasePowerNet
Properties
|
Improve this Doc
View Source
NetworkNode
Declaration
PowerState.Network NetworkNode { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddConsumer(PowerConsumerComponent)
Declaration
void AddConsumer(PowerConsumerComponent consumer)
Parameters
|
Improve this Doc
View Source
AddSupplier(PowerSupplierComponent)
Declaration
void AddSupplier(PowerSupplierComponent supplier)
Parameters
|
Improve this Doc
View Source
RemoveConsumer(PowerConsumerComponent)
Declaration
void RemoveConsumer(PowerConsumerComponent consumer)
Parameters
|
Improve this Doc
View Source
RemoveSupplier(PowerSupplierComponent)
Declaration
void RemoveSupplier(PowerSupplierComponent supplier)
Parameters