LfgUpdateFlag

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/lfg/smsg_update_lfg_list.wowm:19.

flag LfgUpdateFlag : u32 {
    NONE = 0x00;
    CHARACTER_INFO = 0x01;
    COMMENT = 0x02;
    GROUP_LEADER = 0x04;
    GROUP_GUID = 0x08;
    ROLES = 0x10;
    AREA = 0x20;
    STATUS = 0x40;
    BOUND = 0x80;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
CHARACTER_INFO1 (0x01)
COMMENT2 (0x02)
GROUP_LEADER4 (0x04)
GROUP_GUID8 (0x08)
ROLES16 (0x10)
AREA32 (0x20)
STATUS64 (0x40)
BOUND128 (0x80)

Used in: