DotNet.Astronomy.Record.PermitLock - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / PermitLock

Record: PermitLock

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/PermitLocks.cs:34

The permit one system asks for.

Constructors

new PermitLock()

new PermitLock(Kind, Name, Id64?)

Parameters

Kind

PermitLockKind

Whether the system or its region carries the lock.

Name

string

The system or the region the lock names.

Id64

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.

Properties

Id64

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

Kind: PermitLockKind

Whether the system or its region carries the lock.

Name

Name: string

The system or the region the lock names.

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