Interface ApproachBody

Written in Supercruise, and distance from planet drops to within the 'Orbital Cruise' zone.

interface ApproachBody {
    Body: string;
    BodyID: number;
    StarSystem: string;
    SystemAddress: number;
    event: "ApproachBody";
    timestamp: string;
}

Hierarchy (view full)

Properties

Body: string
BodyID: number
StarSystem: string
SystemAddress: number
event: "ApproachBody"

The type of event.

timestamp: string

The time in GMT, ISO 8601.