@kayahr/ed-journal

    Interface FighterDestroyed

    Written when a ship-launched fighter is destroyed.

    interface FighterDestroyed {
        event: "FighterDestroyed";
        ID?: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    event: "FighterDestroyed"

    The type of event.

    ID?: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR