DotNet.Astronomy.Record.BodyScanEvent - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / BodyScanEvent
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:213
One Scan line as the player journal writes it.
It states everything BodyProperties carries, and names the body and the system it belongs to besides.
BodyId:
int
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:225
The body's identifier within its system.
BodyName:
string
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:221
The body's own name, such as Sol 5 a.
DistanceFromArrivalLS:
double
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:237
The distance from the arrival star, in light seconds.
Parents:
IReadOnlyList<BodyParent>?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:241
The chain from the body outwards, nearest parent first.
ScanType:
string
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:217
The kind of scan, such as Detailed.
StarSystem:
string
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:229
The system's own name.
SystemAddress:
ulong
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:233
The system's address.
WasDiscovered:
bool
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:245
Whether another Commander had already discovered the body.
WasFootfalled:
bool?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:253
Whether another Commander had already walked on the body.
WasMapped:
bool
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:249
Whether another Commander had already mapped the body.