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

    Interface SupercruiseExit

    Written when leaving supercruise for normal space.

    interface SupercruiseExit {
        Body: string;
        BodyID?: ID;
        BodyType: BodyType;
        event: "SupercruiseExit";
        Multicrew?: boolean;
        StarSystem: string;
        SystemAddress?: ID;
        Taxi?: boolean;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Body: string
    BodyID?: ID
    BodyType: BodyType
    event: "SupercruiseExit"

    The type of event.

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

    The time in GMT, ISO 8601.