@kayahr/ed-journal

    Interface Died

    Written when player was killed.

    interface Died {
        event: "Died";
        KillerName?: string;
        KillerName_Localised?: string;
        KillerRank?: string;
        KillerShip?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "Died"

    The type of event.

    KillerName?: string
    KillerName_Localised?: string
    KillerRank?: string
    KillerShip?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR