DotNet.Ships.Record.PowerConsumerResult - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / PowerConsumerResult

Record: PowerConsumerResult

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Power.cs:44

One power consumer as normalised for presentation and reconciliation.

Constructors

new PowerConsumerResult()

new PowerConsumerResult(Draw, Enabled, Priority, DeployedOnly, Label?, Symbol?)

Parameters

Draw

double

The post-engineering draw, in megawatts.

Enabled

bool

Whether the module is switched on. Only an enabled module contributes to a total.

Priority

int

The effective outfitting-panel priority group, from one through five.

DeployedOnly

bool

Whether the module draws only with the hardpoints deployed.

Label

string? = null

The caller's label, normally the fitted module's exact journal slot key.

Symbol

string? = null

The module symbol, where the caller supplied one.

Properties

DeployedOnly

DeployedOnly: bool

Whether the module draws only with the hardpoints deployed.

Draw

Draw: double

The post-engineering draw, in megawatts.

Enabled

Enabled: bool

Whether the module is switched on. Only an enabled module contributes to a total.

Label

Label: string?

The caller's label, normally the fitted module's exact journal slot key.

Priority

Priority: int

The effective outfitting-panel priority group, from one through five.

Symbol

Symbol: string?

The module symbol, where the caller supplied one.

⚠️ **GitHub.com Fallback** ⚠️