Interface LoadoutEquipModule

Base interface shared by all journal event types.

interface LoadoutEquipModule {
    Class?: number;
    LoadoutID: number;
    LoadoutName: string;
    ModuleName: string;
    ModuleName_Localised: string;
    SlotName: string;
    SuitID: number;
    SuitModuleID: number;
    SuitName: string;
    SuitName_Localised: string;
    WeaponMods?: string[];
    event: "LoadoutEquipModule";
    timestamp: string;
}

Hierarchy (view full)

Properties

Class?: number
LoadoutID: number
LoadoutName: string
ModuleName: string
ModuleName_Localised: string
SlotName: string
SuitID: number
SuitModuleID: number
SuitName: string
SuitName_Localised: string
WeaponMods?: string[]
event: "LoadoutEquipModule"

The type of event.

timestamp: string

The time in GMT, ISO 8601.