Interface CommitCrime

Base interface shared by all journal event types.

interface CommitCrime {
    Bounty?: number;
    CrimeType: string;
    Faction: string;
    Fine?: number;
    Victim?: string;
    Victim_Localised?: string;
    event: "CommitCrime";
    timestamp: string;
}

Hierarchy (view full)

Properties

Bounty?: number
CrimeType: string
Faction: string
Fine?: number
Victim?: string
Victim_Localised?: string
event: "CommitCrime"

The type of event.

timestamp: string

The time in GMT, ISO 8601.