Interface Undocked

Written when liftoff from a landing pad in a station, outpost or settlement.

interface Undocked {
    event: "Undocked";
    MarketID?: number;
    Multicrew?: boolean;
    StationName: string;
    StationType?: string;
    Taxi?: boolean;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "Undocked"

The type of event.

MarketID?: number
Multicrew?: boolean
StationName: string
StationType?: string
Taxi?: boolean
timestamp: string

The time in GMT, ISO 8601.