RollFlags

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/loot/smsg_loot_start_roll.wowm:13.

flag RollFlags : u8 {
    PASS = 0x01;
    NEED = 0x02;
    GREED = 0x04;
    DISENCHANT = 0x08;
}

Type

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

Enumerators

EnumeratorValueComment
PASS1 (0x01)
NEED2 (0x02)
GREED4 (0x04)
DISENCHANT8 (0x08)

Used in: