DotNet.Astronomy.Record.BodyParent - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / BodyParent
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:17
The body one scanned body orbits, as the journal names it.
A scan states the chain from the body outwards, nearest parent first. Exactly one field of each entry carries a body identifier; the rest are absent.
new BodyParent(
Star?,Planet?,Ring?,Null?)
int? = null
The identifier of a star the body orbits.
int? = null
The identifier of a planet the body orbits.
int? = null
The identifier of a ring the body orbits within.
int? = null
The identifier of a barycentre, which is the point two bodies orbit rather than a body.
Null:
int?
The identifier of a barycentre, which is the point two bodies orbit rather than a body.
Planet:
int?
The identifier of a planet the body orbits.
Ring:
int?
The identifier of a ring the body orbits within.
Star:
int?
The identifier of a star the body orbits.