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

EliteDangerousAlmanac / Ships / LoadoutValidation

Record: LoadoutValidation

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutValidation.cs:220

What a validation found.

Constructors

new LoadoutValidation()

new LoadoutValidation(Valid, Complete, Issues)

Parameters

Valid

bool

No structurally invalid mount, repeated key or incompatible module. Only an error clears this.

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.

Properties

Complete

Complete: bool

Valid, with the armour and every operational core mount filled. A warning leaves this alone.

Issues

Issues: IReadOnlyList<LoadoutIssue>

Every finding, in the order the rules raised them.

Valid

Valid: bool

No structurally invalid mount, repeated key or incompatible module. Only an error clears this.

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