Interface LeaveBody

Written when flying away from a planet and distance increases above the "Orbital Cruise" altitude.

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

Hierarchy (View Summary)

Properties

Body: string
BodyID: number
event: "LeaveBody"

The type of event.

StarSystem: string
SystemAddress: number
timestamp: string

The time in GMT, ISO 8601.