Interface LaunchSRV

Base interface shared by all journal event types.

interface LaunchSRV {
    event: "LaunchSRV";
    ID?: number;
    Loadout: string;
    PlayerControlled: boolean;
    SRVType?: string;
    SRVType_Localised?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "LaunchSRV"

The type of event.

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

The time in GMT, ISO 8601.