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
Enumerator | Value | Comment |
---|---|---|
PASS | 1 (0x01) | |
NEED | 2 (0x02) | |
GREED | 4 (0x04) | |
DISENCHANT | 8 (0x08) |
Used in: