MiniMoveOpcode

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/smsg/smsg_multiple_moves.wowm:1.

enum MiniMoveOpcode : u16 {
    SMSG_FORCE_MOVE_ROOT = 0xE8;
    SMSG_MOVE_FEATHER_FALL = 0xF2;
    SMSG_MOVE_WATER_WALK = 0xDE;
    SMSG_MOVE_SET_HOVER = 0xF4;
}

Type

The basic type is u16, a 2 byte (16 bit) little endian integer.

Enumerators

EnumeratorValueComment
SMSG_FORCE_MOVE_ROOT232 (0xE8)
SMSG_MOVE_FEATHER_FALL242 (0xF2)
SMSG_MOVE_WATER_WALK222 (0xDE)
SMSG_MOVE_SET_HOVER244 (0xF4)

Used in: