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

    Interface ApproachBody

    Written in Supercruise, and distance from planet drops to within the 'Orbital Cruise' zone.

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

    Hierarchy (View Summary)

    Index

    Properties

    Body: string
    BodyID: ID
    event: "ApproachBody"

    The type of event.

    StarSystem: string
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.