PetCommandState
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/pet/pet_common.wowm:9.
enum PetCommandState : u8 {
STAY = 0;
FOLLOW = 1;
ATTACK = 2;
DISMISS = 3;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment |
|---|---|---|
STAY | 0 (0x00) | |
FOLLOW | 1 (0x01) | |
ATTACK | 2 (0x02) | |
DISMISS | 3 (0x03) |
Used in: