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

EnumeratorValueComment
EMPTY0 (0x00)
EFFECT_11 (0x01)
EFFECT_22 (0x02)
EFFECT_34 (0x04)
NOT_CASTER8 (0x08)
SET9 (0x09)
CANCELLABLE16 (0x10)
DURATION32 (0x20)
HIDE64 (0x40)Seems to hide the aura and tell client the aura was removed
NEGATIVE128 (0x80)

Used in: