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

EliteDangerousAlmanac / Ships / CoreSlots

Record: CoreSlots

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

The size of each of a hull's seven core-internal mounts.

Remarks

Each value is the mount's class, 1 to 8: the largest module that fits it. The names are the core functions, not journal slot keys.

Constructors

new CoreSlots()

new CoreSlots(PowerPlant, Thrusters, FrameShiftDrive, LifeSupport, PowerDistributor, Sensors, FuelTank)

Parameters

PowerPlant

int

Power-plant mount size.

Thrusters

int

Thruster mount size (journal slot MainEngines).

FrameShiftDrive

int

Frame shift drive mount size.

LifeSupport

int

Life-support mount size.

PowerDistributor

int

Power-distributor mount size.

Sensors

int

Sensor mount size (journal slot Radar).

FuelTank

int

Main fuel-tank mount size.

Properties

FrameShiftDrive

FrameShiftDrive: int

Frame shift drive mount size.

FuelTank

FuelTank: int

Main fuel-tank mount size.

LifeSupport

LifeSupport: int

Life-support mount size.

PowerDistributor

PowerDistributor: int

Power-distributor mount size.

PowerPlant

PowerPlant: int

Power-plant mount size.

Sensors

Sensors: int

Sensor mount size (journal slot Radar).

Thrusters

Thrusters: int

Thruster mount size (journal slot MainEngines).

Indexers

this[]

this[CoreSlotType core]: int

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

The size of one core mount.

Parameters

core

CoreSlotType

The core function to size.

Exceptions

ArgumentOutOfRangeException

core is not a member.

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