Interface Undocked

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

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

Hierarchy (view full)

Properties

MarketID?: number
Multicrew?: boolean
StationName: string
StationType?: string
Taxi?: boolean
event: "Undocked"

The type of event.

timestamp: string

The time in GMT, ISO 8601.