ActivateTaxiReply
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/movement/smsg/smsg_activatetaxireply.wowm:3
.
enum ActivateTaxiReply : u32 {
OK = 0;
UNSPECIFIED_SERVER_ERROR = 1;
NO_SUCH_PATH = 2;
NOT_ENOUGH_MONEY = 3;
TOO_FAR_AWAY = 4;
NO_VENDOR_NEARBY = 5;
NOT_VISITED = 6;
PLAYER_BUSY = 7;
PLAYER_ALREADY_MOUNTED = 8;
PLAYER_SHAPE_SHIFTED = 9;
PLAYER_MOVING = 10;
SAME_NODE = 11;
NOT_STANDING = 12;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
OK | 0 (0x00) | |
UNSPECIFIED_SERVER_ERROR | 1 (0x01) | |
NO_SUCH_PATH | 2 (0x02) | |
NOT_ENOUGH_MONEY | 3 (0x03) | |
TOO_FAR_AWAY | 4 (0x04) | |
NO_VENDOR_NEARBY | 5 (0x05) | |
NOT_VISITED | 6 (0x06) | |
PLAYER_BUSY | 7 (0x07) | |
PLAYER_ALREADY_MOUNTED | 8 (0x08) | |
PLAYER_SHAPE_SHIFTED | 9 (0x09) | |
PLAYER_MOVING | 10 (0x0A) | |
SAME_NODE | 11 (0x0B) | |
NOT_STANDING | 12 (0x0C) |
Used in: