DotNet.Ships.Record.PowerConsumerResult - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / PowerConsumerResult
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Power.cs:44
One power consumer as normalised for presentation and reconciliation.
new PowerConsumerResult(
Draw,Enabled,Priority,DeployedOnly,Label?,Symbol?)
double
The post-engineering draw, in megawatts.
bool
Whether the module is switched on. Only an enabled module contributes to a total.
int
The effective outfitting-panel priority group, from one through five.
bool
Whether the module draws only with the hardpoints deployed.
string? = null
The caller's label, normally the fitted module's exact journal slot key.
string? = null
The module symbol, where the caller supplied one.
DeployedOnly:
bool
Whether the module draws only with the hardpoints deployed.
Draw:
double
The post-engineering draw, in megawatts.
Enabled:
bool
Whether the module is switched on. Only an enabled module contributes to a total.
Label:
string?
The caller's label, normally the fitted module's exact journal slot key.
Priority:
int
The effective outfitting-panel priority group, from one through five.
Symbol:
string?
The module symbol, where the caller supplied one.