DotNet.Ships.Record.LoadoutValidation - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / LoadoutValidation
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:220
What a validation found.
new LoadoutValidation(
Valid,Complete,Issues)
bool
No structurally invalid mount, repeated key or incompatible module. Only an error clears this.
bool
Valid, with the armour and every operational core mount filled. A warning leaves this alone.
IReadOnlyList<LoadoutIssue>
Every finding, in the order the rules raised them.
Complete:
bool
Valid, with the armour and every operational core mount filled. A warning leaves this alone.
Issues:
IReadOnlyList<LoadoutIssue>
Every finding, in the order the rules raised them.
Valid:
bool
No structurally invalid mount, repeated key or incompatible module. Only an error clears this.