@kayahr/ed-journal

    Interface LoadoutEquipModule

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Class?: number
    event: "LoadoutEquipModule"

    The type of event.

    LoadoutID: number
    LoadoutName: string
    ModuleName: string
    ModuleName_Localised: string
    SlotName: string
    SuitID: number
    SuitModuleID: number
    SuitName: string
    SuitName_Localised: string
    timestamp: string

    The time in GMT, ISO 8601.

    WeaponMods?: string[]
    MMNEPVFCICPMFPCPTTAAATR