@kayahr/ed-journal

    Interface Liftoff

    Written when taking off from planet surface.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Body?: string
    BodyID?: number
    event: "Liftoff"

    The type of event.

    Latitude?: number
    Longitude?: number
    Multicrew?: boolean
    NearestDestination?: string
    NearestDestination_Localised?: string
    OnPlanet?: boolean
    OnStation?: boolean
    PlayerControlled?: boolean

    False if ship dismissed when player is in SRV, true if player is taking off.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR