CompressedMoveOpcode
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/movement/smsg/smsg_compressed_moves.wowm:1
.
enum CompressedMoveOpcode : u16 {
SMSG_MONSTER_MOVE = 0x00DD;
SMSG_MONSTER_MOVE_TRANSPORT = 0x02AE;
SMSG_SPLINE_SET_RUN_SPEED = 0x02FE;
SMSG_SPLINE_MOVE_UNROOT = 0x0304;
SMSG_SPLINE_MOVE_SET_RUN_MODE = 0x030D;
SMSG_SPLINE_MOVE_SET_WALK_MODE = 0x030E;
}
Type
The basic type is u16
, a 2 byte (16 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
SMSG_MONSTER_MOVE | 221 (0xDD) | |
SMSG_MONSTER_MOVE_TRANSPORT | 686 (0x2AE) | |
SMSG_SPLINE_SET_RUN_SPEED | 766 (0x2FE) | |
SMSG_SPLINE_MOVE_UNROOT | 772 (0x304) | |
SMSG_SPLINE_MOVE_SET_RUN_MODE | 781 (0x30D) | |
SMSG_SPLINE_MOVE_SET_WALK_MODE | 782 (0x30E) |
Used in: