WeaponFlags
Client Version 1.12
Used in AnimationData.dbc
.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/weapon_flags.wowm:2
.
flag WeaponFlags : u8 {
WEAPON_NOT_AFFECTED_BY_ANIMATION = 0x00;
SHEATHE_WEAPONS_AUTOMATICALLY = 0x04;
SHEATHE_WEAPONS_AUTOMATICALLY_2 = 0x10;
UNSHEATHE_WEAPONS = 0x20;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
WEAPON_NOT_AFFECTED_BY_ANIMATION | 0 (0x00) | |
SHEATHE_WEAPONS_AUTOMATICALLY | 4 (0x04) | |
SHEATHE_WEAPONS_AUTOMATICALLY_2 | 16 (0x10) | |
UNSHEATHE_WEAPONS | 32 (0x20) |
Used in: