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

EliteDangerousAlmanac / Ships / HardpointSlotSpec

Record: HardpointSlotSpec

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/BuildSlot.cs:107

One weapon hardpoint in a hull's layout.

Constructors

new HardpointSlotSpec()

new HardpointSlotSpec(Size, Restriction?, Name?)

Parameters

Size

int

Mount class, 1 for small through 4 for huge.

Restriction

SlotRestriction? = null

A restriction, when the mount only takes one family of weapons. Only the Type-11 Prospector has any.

Name

string? = null

The mount's own journal slot key, when the numbering rules do not reproduce it — the Type-8 Transporter's SmallHardpoint4, the Caspian Explorer's out-of-order mediums. Absent when the rules are right.

Properties

Name

Name: string?

The mount's own journal slot key, when the numbering rules do not reproduce it — the Type-8 Transporter's SmallHardpoint4, the Caspian Explorer's out-of-order mediums. Absent when the rules are right.

Restriction

Restriction: SlotRestriction?

A restriction, when the mount only takes one family of weapons. Only the Type-11 Prospector has any.

Size

Size: int

Mount class, 1 for small through 4 for huge.

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