Interface LaunchSRV

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

ID?: number
Loadout: string
PlayerControlled: boolean
SRVType?: string
SRVType_Localised?: string
event: "LaunchSRV"

The type of event.

timestamp: string

The time in GMT, ISO 8601.