@kayahr/ed-journal
    Preparing search index...

    Interface Touchdown

    Written when landing on a planet surface.

    interface Touchdown {
        Body?: string;
        BodyID?: ID;
        event: "Touchdown";
        Latitude?: number;
        Longitude?: number;
        Multicrew?: boolean;
        NearestDestination?: string;
        NearestDestination_Localised?: string;
        OnPlanet?: boolean;
        OnStation?: boolean;
        PlayerControlled?: boolean;
        StarSystem?: string;
        SystemAddress?: ID;
        Taxi?: boolean;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Body?: string
    BodyID?: ID
    event: "Touchdown"

    The type of event.

    Latitude?: number
    Longitude?: number
    Multicrew?: boolean
    NearestDestination?: string

    Included if within 50 km of a location listed in the nav panel.

    NearestDestination_Localised?: string
    OnPlanet?: boolean
    OnStation?: boolean
    PlayerControlled?: boolean

    False if ship was recalled from SRV, true if player is landing.

    StarSystem?: string
    SystemAddress?: ID
    Taxi?: boolean
    timestamp: string

    The time in GMT, ISO 8601.