Interface DockingRequested

Written when the player requests a docking at a station.

interface DockingRequested {
    event: "DockingRequested";
    LandingPads?: { Large: number; Medium: number; Small: number };
    MarketID?: number;
    StationName: string;
    StationType?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "DockingRequested"

The type of event.

LandingPads?: { Large: number; Medium: number; Small: number }
MarketID?: number
StationName: string
StationType?: string
timestamp: string

The time in GMT, ISO 8601.