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
Enumerator | Value | Comment |
---|---|---|
SMSG_FORCE_MOVE_ROOT | 232 (0xE8) | |
SMSG_MOVE_FEATHER_FALL | 242 (0xF2) | |
SMSG_MOVE_WATER_WALK | 222 (0xDE) | |
SMSG_MOVE_SET_HOVER | 244 (0xF4) |
Used in: