Interface LaunchFighter

Base interface shared by all journal event types.

interface LaunchFighter {
    event: "LaunchFighter";
    ID?: number;
    Loadout: string;
    PlayerControlled: boolean;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "LaunchFighter"

The type of event.

ID?: number
Loadout: string
PlayerControlled: boolean
timestamp: string

The time in GMT, ISO 8601.