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

EliteDangerousAlmanac / Astronomy / BodyScanEvent

Record: BodyScanEvent

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:213

One Scan line as the player journal writes it.

Remarks

It states everything BodyProperties carries, and names the body and the system it belongs to besides.

Properties

BodyId

BodyId: int

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:225

The body's identifier within its system.

BodyName

BodyName: string

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:221

The body's own name, such as Sol 5 a.

DistanceFromArrivalLS

DistanceFromArrivalLS: double

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:237

The distance from the arrival star, in light seconds.

Parents

Parents: IReadOnlyList<BodyParent>?

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:241

The chain from the body outwards, nearest parent first.

ScanType

ScanType: string

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:217

The kind of scan, such as Detailed.

StarSystem

StarSystem: string

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:229

The system's own name.

SystemAddress

SystemAddress: ulong

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:233

The system's address.

WasDiscovered

WasDiscovered: bool

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:245

Whether another Commander had already discovered the body.

WasFootfalled

WasFootfalled: bool?

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:253

Whether another Commander had already walked on the body.

WasMapped

WasMapped: bool

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:249

Whether another Commander had already mapped the body.

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