Interface ScanBaryCentre

Written when scanning a body of a binary pair. YOu will now get an event detailing the orbital parameters of their barycenter.

interface ScanBaryCentre {
    AscendingNode: number;
    BodyID: number;
    Eccentricity: number;
    MeanAnomaly: number;
    OrbitalInclination: number;
    OrbitalPeriod: number;
    Periapsis: number;
    SemiMajorAxis: number;
    StarSystem: string;
    SystemAddress: number;
    event: "ScanBaryCentre";
    timestamp: string;
}

Hierarchy (view full)

Properties

AscendingNode: number
BodyID: number
Eccentricity: number
MeanAnomaly: number
OrbitalInclination: number
OrbitalPeriod: number
Periapsis: number
SemiMajorAxis: number
StarSystem: string
SystemAddress: number
event: "ScanBaryCentre"

The type of event.

timestamp: string

The time in GMT, ISO 8601.