DotNet.Astronomy.Record.PermitLock - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / PermitLock
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/PermitLocks.cs:34
The permit one system asks for.
new PermitLock(
Kind,Name,Id64?)
Whether the system or its region carries the lock.
string
The system or the region the lock names.
ulong? = null
The system's address, where the system itself carries the lock. A region is not a system, so a region lock states none.
Id64:
ulong?
The system's address, where the system itself carries the lock. A region is not a system, so a region lock states none.
Kind:
PermitLockKind
Whether the system or its region carries the lock.
Name:
string
The system or the region the lock names.