EmoteFlags

Client Version 1.12

Used in Emotes.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/emote_flags.wowm:2.

flag EmoteFlags : u8 {
    TALK = 0x08;
    QUESTION = 0x10;
    EXCLAMATION = 0x20;
    SHOUT = 0x40;
    LAUGH = 0x80;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
TALK8 (0x08)
QUESTION16 (0x10)
EXCLAMATION32 (0x20)
SHOUT64 (0x40)
LAUGH128 (0x80)

Used in: