Written when player was killed.

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

Hierarchy (view full)

Properties

KillerName?: string
KillerName_Localised?: string
KillerRank?: string
KillerShip?: string
event: "Died"

The type of event.

timestamp: string

The time in GMT, ISO 8601.