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

EnumeratorValueComment
PASS0 (0x00)
NEED1 (0x01)
GREED2 (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

EnumeratorValueComment
PASS0 (0x00)
NEED1 (0x01)
GREED2 (0x02)
DISENCHANT3 (0x03)

Used in: