Interface LeaveBody

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

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

Hierarchy (view full)

Properties

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

The type of event.

timestamp: string

The time in GMT, ISO 8601.