AuraFlag
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_aura_update_all.wowm:1
.
flag AuraFlag : u8 {
EMPTY = 0x0;
EFFECT_1 = 0x1;
EFFECT_2 = 0x2;
EFFECT_3 = 0x4;
NOT_CASTER = 0x8;
SET = 0x9;
CANCELLABLE = 0x10;
DURATION = 0x20;
HIDE = 0x40;
NEGATIVE = 0x80;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
EMPTY | 0 (0x00) | |
EFFECT_1 | 1 (0x01) | |
EFFECT_2 | 2 (0x02) | |
EFFECT_3 | 4 (0x04) | |
NOT_CASTER | 8 (0x08) | |
SET | 9 (0x09) | |
CANCELLABLE | 16 (0x10) | |
DURATION | 32 (0x20) | |
HIDE | 64 (0x40) | Seems to hide the aura and tell client the aura was removed |
NEGATIVE | 128 (0x80) |
Used in: