Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SpellMissInfo

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:11.

enum SpellMissInfo : u8 {
    NONE = 0;
    MISS = 1;
    RESIST = 2;
    DODGE = 3;
    PARRY = 4;
    BLOCK = 5;
    EVADE = 6;
    IMMUNE = 7;
    IMMUNE2 = 8;
    DEFLECT = 9;
    ABSORB = 10;
    REFLECT = 11;
}

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
MISS1 (0x01)
RESIST2 (0x02)
DODGE3 (0x03)
PARRY4 (0x04)
BLOCK5 (0x05)
EVADE6 (0x06)
IMMUNE7 (0x07)
IMMUNE28 (0x08)
DEFLECT9 (0x09)
ABSORB10 (0x0A)
REFLECT11 (0x0B)

Used in: