LfgType
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/lfg/msg_looking_for_group.wowm:1
.
enum LfgType : u8 {
NONE = 0;
DUNGEON = 1;
RAID = 2;
QUEST = 3;
ZONE = 4;
HEROIC_DUNGEON = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
DUNGEON | 1 (0x01) | |
RAID | 2 (0x02) | |
QUEST | 3 (0x03) | |
ZONE | 4 (0x04) | |
HEROIC_DUNGEON | 5 (0x05) |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/lfg/smsg_update_lfg_list.wowm:1
.
enum LfgType : u8 {
NONE = 0;
DUNGEON = 1;
RAID = 2;
ZONE = 4;
HEROIC = 5;
RANDOM = 6;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
DUNGEON | 1 (0x01) | |
RAID | 2 (0x02) | |
ZONE | 4 (0x04) | |
HEROIC | 5 (0x05) | |
RANDOM | 6 (0x06) |
Used in: