PetReactState

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:1.

enum PetReactState : u8 {
    PASSIVE = 0;
    DEFENSIVE = 1;
    AGGRESSIVE = 2;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
PASSIVE0 (0x00)
DEFENSIVE1 (0x01)
AGGRESSIVE2 (0x02)

Used in: