ships.Interface.TotalRangeDetails - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / TotalRangeDetails

Interface: TotalRangeDetails

Defined in: src/ships/jump-range.ts:58

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

Remarks

Frozen — nested records and lists included — so a result can be held, cached and shared without a defensive copy. Derive a changed figure with a spread rather than by assigning into one.

Properties

jumps

readonly jumps: number

Defined in: src/ships/jump-range.ts:62

Jumps made before the available fuel is exhausted.


range

readonly range: number

Defined in: src/ships/jump-range.ts:60

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

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