Interface SupercruiseExit

Written when leaving supercruise for normal space.

interface SupercruiseExit {
    Body: string;
    BodyID?: number;
    BodyType: string;
    Multicrew?: boolean;
    StarSystem: string;
    SystemAddress?: number;
    Taxi?: boolean;
    event: "SupercruiseExit";
    timestamp: string;
}

Hierarchy (view full)

Properties

Body: string
BodyID?: number
BodyType: string
Multicrew?: boolean
StarSystem: string
SystemAddress?: number
Taxi?: boolean
event: "SupercruiseExit"

The type of event.

timestamp: string

The time in GMT, ISO 8601.