VictimState
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/combat/smsg_attackerstateupdate_3_3_5.wowm:49.
flag VictimState : u8 {
    INTACT = 0;
    HIT = 1;
    DODGE = 2;
    PARRY = 3;
    INTERRUPT = 4;
    BLOCKS = 5;
    EVADES = 6;
    IS_IMMUNE = 7;
    DEFLECTS = 8;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment | 
|---|---|---|
INTACT | 0 (0x00) | azerothcore: set when attacker misses | 
HIT | 1 (0x01) | azerothcore: victim got clear/blocked hit | 
DODGE | 2 (0x02) | |
PARRY | 3 (0x03) | |
INTERRUPT | 4 (0x04) | |
BLOCKS | 5 (0x05) | azerothcore: unused? not set when blocked, even on full block | 
EVADES | 6 (0x06) | |
IS_IMMUNE | 7 (0x07) | |
DEFLECTS | 8 (0x08) | 
Used in: