astro.Function.permitLockedSystemForName - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / permitLockedSystemForName
permitLockedSystemForName(
name):PermitLockedSystem|null
Defined in: src/astro/permit-locked-systems.ts:75
Find an individually permit-locked system by exact name.
string
A system name in any casing, with optional surrounding whitespace.
PermitLockedSystem | null
The frozen catalogue record, or null when the name is not individually
permit-locked. Region prefixes are not checked.
If name is present and not a string. A nullish
name is a miss, answered the way an unrecognised one is.