Interface Interdicted

Written when player was interdicted by player or NPC.

interface Interdicted {
    CombatRank?: number;
    Faction?: string;
    Interdictor: string;
    Interdictor_Localised?: string;
    IsPlayer: boolean;
    Power?: string;
    Submitted: boolean;
    event: "Interdicted";
    timestamp: string;
}

Hierarchy (view full)

Properties

CombatRank?: number

Combat rank (if player).

Faction?: string

Faction (if NPC).

Interdictor: string

Interdicting pilot name.

Interdictor_Localised?: string
IsPlayer: boolean

Whether player or NPC.

Power?: string

The power if NPC working for one.

Submitted: boolean

Whether player submitted to the interdiction.

event: "Interdicted"

The type of event.

timestamp: string

The time in GMT, ISO 8601.