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

    Interface LeaveBody

    Written when flying away from a planet and distance increases above the "Orbital Cruise" altitude.

    interface LeaveBody {
        Body: string;
        BodyID: ID;
        event: "LeaveBody";
        StarSystem: string;
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Body: string
    BodyID: ID
    event: "LeaveBody"

    The type of event.

    StarSystem: string
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.