Interface PVPKill

Written when this player has killed another player.

interface PVPKill {
    CombatRank: number;
    Victim: string;
    event: "PVPKill";
    timestamp: string;
}

Hierarchy (view full)

Properties

CombatRank: number

Victim's combat rank.

Victim: string

Name of victim.

event: "PVPKill"

The type of event.

timestamp: string

The time in GMT, ISO 8601.