yolkbot
    Preparing search index...

    Interface SaveLoadoutOptions

    The options for SaveLoadoutDispatch

    interface SaveLoadoutOptions {
        eggColor?: ShellColor;
        grenadeId?: number;
        gunId?: GunIds;
        hatId?: number;
        meleeId?: number;
        primaryIds?: number[];
        secondaryIds?: number[];
        stampId?: number;
    }
    Index

    Properties

    eggColor?: ShellColor

    The egg color the player should equip

    grenadeId?: number

    The grenade ID the player should equip

    gunId?: GunIds

    The gun ID the player should equip

    hatId?: number

    The hat ID the player should equip

    meleeId?: number

    The melee ID the player should equip

    primaryIds?: number[]

    The primary IDs the player should equip, indexed by gun ID

    secondaryIds?: number[]

    The secondary IDs the player should equip, indexed by associated gun ID

    stampId?: number

    The stamp ID the player should equip