astro.Variable.PERMIT_LOCKED_SYSTEMS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / PERMIT_LOCKED_SYSTEMS

Variable: PERMIT_LOCKED_SYSTEMS

const PERMIT_LOCKED_SYSTEMS: readonly PermitLockedSystem[]

Defined in: src/astro/permit-locked-systems.ts:52

The individually permit-locked systems, sorted by name.

Remarks

The array and every record are frozen at runtime. Region-locked systems are not listed here; see PERMIT_LOCKED_REGIONS in ./permit-locked-regions.

Example

import { PERMIT_LOCKED_SYSTEMS } from '@elite-dangerous-almanac/core/astro/permit-locked-systems';

PERMIT_LOCKED_SYSTEMS.find((system) => system.name === 'Sol')?.id64;
// -> 10477373803n
⚠️ **GitHub.com Fallback** ⚠️