Skip to content

DotNet.Astronomy.Record.BodyScanEvent

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

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.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally