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

EliteDangerousAlmanac / Ships / TotalRangeDetails

Record: TotalRangeDetails

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/JumpRange.cs:30

A multi-jump tank range and the number of jumps that produce it.

Constructors

new TotalRangeDetails()

new TotalRangeDetails(Range, Jumps)

Parameters

Range

double

The sum of the successive jumps as the tank drains, in light-years.

Jumps

int

The jumps made before the available fuel is exhausted.

Properties

Jumps

Jumps: int

The jumps made before the available fuel is exhausted.

Range

Range: double

The sum of the successive jumps as the tank drains, in light-years.

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