TimerType
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/spell_common.wowm:1
.
enum TimerType : u32 {
FATIGUE = 0;
BREATH = 1;
FEIGN_DEATH = 2;
ENVIRONMENTAL = 3;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
FATIGUE | 0 (0x00) | |
BREATH | 1 (0x01) | |
FEIGN_DEATH | 2 (0x02) | |
ENVIRONMENTAL | 3 (0x03) | Might be a mangos only thing. |
Used in: