Interface LaunchFighter

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

ID?: number
Loadout: string
PlayerControlled: boolean
event: "LaunchFighter"

The type of event.

timestamp: string

The time in GMT, ISO 8601.