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

EnumeratorValueComment
NONE0 (0x00)
DUNGEON1 (0x01)
RAID2 (0x02)
QUEST3 (0x03)
ZONE4 (0x04)
HEROIC_DUNGEON5 (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

EnumeratorValueComment
NONE0 (0x00)
DUNGEON1 (0x01)
RAID2 (0x02)
ZONE4 (0x04)
HEROIC5 (0x05)
RANDOM6 (0x06)

Used in: