Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ContainerSlot

Client Version 3.3.5

A direct item slot inside a Wrath container object.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/item/container_slot.wowm:2.

enum ContainerSlot : u8 {
    SLOT_0 = 0;
    SLOT_1 = 1;
    SLOT_2 = 2;
    SLOT_3 = 3;
    SLOT_4 = 4;
    SLOT_5 = 5;
    SLOT_6 = 6;
    SLOT_7 = 7;
    SLOT_8 = 8;
    SLOT_9 = 9;
    SLOT_10 = 10;
    SLOT_11 = 11;
    SLOT_12 = 12;
    SLOT_13 = 13;
    SLOT_14 = 14;
    SLOT_15 = 15;
    SLOT_16 = 16;
    SLOT_17 = 17;
    SLOT_18 = 18;
    SLOT_19 = 19;
    SLOT_20 = 20;
    SLOT_21 = 21;
    SLOT_22 = 22;
    SLOT_23 = 23;
    SLOT_24 = 24;
    SLOT_25 = 25;
    SLOT_26 = 26;
    SLOT_27 = 27;
    SLOT_28 = 28;
    SLOT_29 = 29;
    SLOT_30 = 30;
    SLOT_31 = 31;
    SLOT_32 = 32;
    SLOT_33 = 33;
    SLOT_34 = 34;
    SLOT_35 = 35;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
SLOT_00 (0x00)
SLOT_11 (0x01)
SLOT_22 (0x02)
SLOT_33 (0x03)
SLOT_44 (0x04)
SLOT_55 (0x05)
SLOT_66 (0x06)
SLOT_77 (0x07)
SLOT_88 (0x08)
SLOT_99 (0x09)
SLOT_1010 (0x0A)
SLOT_1111 (0x0B)
SLOT_1212 (0x0C)
SLOT_1313 (0x0D)
SLOT_1414 (0x0E)
SLOT_1515 (0x0F)
SLOT_1616 (0x10)
SLOT_1717 (0x11)
SLOT_1818 (0x12)
SLOT_1919 (0x13)
SLOT_2020 (0x14)
SLOT_2121 (0x15)
SLOT_2222 (0x16)
SLOT_2323 (0x17)
SLOT_2424 (0x18)
SLOT_2525 (0x19)
SLOT_2626 (0x1A)
SLOT_2727 (0x1B)
SLOT_2828 (0x1C)
SLOT_2929 (0x1D)
SLOT_3030 (0x1E)
SLOT_3131 (0x1F)
SLOT_3232 (0x20)
SLOT_3333 (0x21)
SLOT_3434 (0x22)
SLOT_3535 (0x23)

Used in: