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

EliteDangerousAlmanac / Ships / EngineeringGradeEdit

Record: EngineeringGradeEdit

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:225

The outcome of completing a fitted module's engineering grade.

Remarks

The quality after a change is always the best roll.

Constructors

new EngineeringGradeEdit()

new EngineeringGradeEdit(Kind, PreviousQuality?, Code?, Detail?)

Parameters

Kind

EngineeringEditKind

What the edit did.

PreviousQuality

double? = null

The quality the fitted module reported before the edit, from zero through one. A block that stated no modifiers still reports the quality it stated, so a completed roll whose figures this call was the first to spell out reports the best roll.

Code

EngineeringEditCode? = null

The stable reason for a refusal.

Detail

EngineeringEditDetail? = null

What a refusal describes, which names the engineering identity.

Properties

Code

Code: EngineeringEditCode?

The stable reason for a refusal.

Detail

Detail: EngineeringEditDetail?

What a refusal describes, which names the engineering identity.

Kind

Kind: EngineeringEditKind

What the edit did.

PreviousQuality

PreviousQuality: double?

The quality the fitted module reported before the edit, from zero through one. A block that stated no modifiers still reports the quality it stated, so a completed roll whose figures this call was the first to spell out reports the best roll.

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