Interface SupercruiseEntry

Written when entering supercruise from normal space.

interface SupercruiseEntry {
    Multicrew?: boolean;
    StarSystem: string;
    SystemAddress?: number;
    Taxi?: boolean;
    event: "SupercruiseEntry";
    timestamp: string;
}

Hierarchy (view full)

Properties

Multicrew?: boolean
StarSystem: string
SystemAddress?: number
Taxi?: boolean
event: "SupercruiseEntry"

The type of event.

timestamp: string

The time in GMT, ISO 8601.