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

EliteDangerousAlmanac / Ships / DefaultLoadout

Record: DefaultLoadout

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/DefaultLoadouts.cs:20

A hull's ready-to-fly module fit, as the shipyard supplies it.

Constructors

new DefaultLoadout()

new DefaultLoadout(Symbol, Modules)

Parameters

Symbol

string

The Frontier hull symbol.

Modules

IReadOnlyList<DefaultLoadoutModule>

The fitted modules in outfitting-panel order. An empty optional, hardpoint or utility mount is left out. The armour, the seven core internals, the planetary approach suite and the built-in cargo hatch are always present.

Properties

Modules

Modules: IReadOnlyList<DefaultLoadoutModule>

The fitted modules in outfitting-panel order. An empty optional, hardpoint or utility mount is left out. The armour, the seven core internals, the planetary approach suite and the built-in cargo hatch are always present.

Symbol

Symbol: string

The Frontier hull symbol.

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