SwingType
Client Version 1.12
Used in WeaponSwingSounds2.dbc
.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/swing_type.wowm:2
.
enum SwingType : u8 {
LIGHT = 0;
MEDIUM = 1;
HEAVY = 2;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
LIGHT | 0 (0x00) | |
MEDIUM | 1 (0x01) | |
HEAVY | 2 (0x02) |
Used in: