EmoteSpecProc
Client Version 1.12
Used in Emotes.dbc
.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/emote_spec_proc.wowm:2
.
enum EmoteSpecProc : u8 {
NO_LOOP = 0;
LOOP = 1;
LOOP_WITH_SOUND = 2;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NO_LOOP | 0 (0x00) | |
LOOP | 1 (0x01) | |
LOOP_WITH_SOUND | 2 (0x02) |
Used in: