Written when player was killed.

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

Hierarchy (View Summary)

Properties

event: "Died"

The type of event.

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

The time in GMT, ISO 8601.