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

EnumeratorValueComment
STAY0 (0x00)
FOLLOW1 (0x01)
ATTACK2 (0x02)
DISMISS3 (0x03)

Used in: