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

EnumeratorValueComment
LIGHT0 (0x00)
MEDIUM1 (0x01)
HEAVY2 (0x02)

Used in: