MonsterMoveType
Client Version 1.12, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/movement/smsg/smsg_monster_move.wowm:1
.
enum MonsterMoveType : u8 {
NORMAL = 0;
STOP = 1;
FACING_SPOT = 2;
FACING_TARGET = 3;
FACING_ANGLE = 4;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NORMAL | 0 (0x00) | |
STOP | 1 (0x01) | |
FACING_SPOT | 2 (0x02) | |
FACING_TARGET | 3 (0x03) | |
FACING_ANGLE | 4 (0x04) |
Used in: