RollVote
Client Version 1
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/loot/loot_common.wowm:1
.
enum RollVote : u8 {
PASS = 0;
NEED = 1;
GREED = 2;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
PASS | 0 (0x00) | |
NEED | 1 (0x01) | |
GREED | 2 (0x02) |
Used in:
Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/loot/loot_common.wowm:9
.
enum RollVote : u8 {
PASS = 0;
NEED = 1;
GREED = 2;
DISENCHANT = 3;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
PASS | 0 (0x00) | |
NEED | 1 (0x01) | |
GREED | 2 (0x02) | |
DISENCHANT | 3 (0x03) |
Used in: