DotNet.Ships.Record.TotalRangeDetails - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / TotalRangeDetails
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/JumpRange.cs:30
A multi-jump tank range and the number of jumps that produce it.
new TotalRangeDetails(
Range,Jumps)
double
The sum of the successive jumps as the tank drains, in light-years.
int
The jumps made before the available fuel is exhausted.
Jumps:
int
The jumps made before the available fuel is exhausted.
Range:
double
The sum of the successive jumps as the tank drains, in light-years.