BagFamily

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:15.

enum BagFamily : u8 {
    NONE = 0;
    ARROWS = 1;
    BULLETS = 2;
    SOUL_SHARDS = 3;
    UNKNOWN4 = 4;
    UNKNOWN5 = 5;
    HERBS = 6;
    ENCHANTING_SUPPLIES = 7;
    ENGINEERING_SUPPLIES = 8;
    KEYS = 9;
}

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
ARROWS1 (0x01)
BULLETS2 (0x02)
SOUL_SHARDS3 (0x03)
UNKNOWN44 (0x04)
UNKNOWN55 (0x05)
HERBS6 (0x06)
ENCHANTING_SUPPLIES7 (0x07)
ENGINEERING_SUPPLIES8 (0x08)
KEYS9 (0x09)

Used in:

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:590.

flag BagFamily : u32 {
    NONE = 0x00000000;
    ARROWS = 0x00000001;
    BULLETS = 0x00000002;
    SOUL_SHARDS = 0x00000004;
    LEATHERWORKING_SUPPLIES = 0x00000008;
    INSCRIPTION_SUPPLIES = 0x00000010;
    HERBS = 0x00000020;
    ENCHANTING_SUPPLIES = 0x00000040;
    ENGINEERING_SUPPLIES = 0x00000080;
    KEYS = 0x00000100;
    GEMS = 0x00000200;
    MINING_SUPPLIES = 0x00000400;
    SOULBOUND_EQUIPMENT = 0x00000800;
    VANITY_PETS = 0x00001000;
    CURRENCY_TOKENS = 0x00002000;
    QUEST_ITEMS = 0x00004000;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
ARROWS1 (0x01)
BULLETS2 (0x02)
SOUL_SHARDS4 (0x04)
LEATHERWORKING_SUPPLIES8 (0x08)
INSCRIPTION_SUPPLIES16 (0x10)
HERBS32 (0x20)
ENCHANTING_SUPPLIES64 (0x40)
ENGINEERING_SUPPLIES128 (0x80)
KEYS256 (0x100)
GEMS512 (0x200)
MINING_SUPPLIES1024 (0x400)
SOULBOUND_EQUIPMENT2048 (0x800)
VANITY_PETS4096 (0x1000)
CURRENCY_TOKENS8192 (0x2000)
QUEST_ITEMS16384 (0x4000)

Used in: