@kayahr/ed-journal

    Interface FSDTarget

    Written when selecting a star system to jump to.

    Note, when following a multi-jump route, this will typically appear for the next star, during a jump, ie after "StartJump" but before the "FSDJump"

    interface FSDTarget {
        event: "FSDTarget";
        Name: string;
        RemainingJumpsInRoute?: number;
        StarClass?: string;
        SystemAddress: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "FSDTarget"

    The type of event.

    Name: string
    RemainingJumpsInRoute?: number
    StarClass?: string
    SystemAddress: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR