PetEnabled

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/pet/smsg_pet_mode.wowm:3.

enum PetEnabled : u8 {
    ENABLED = 0x8;
    DISABLED = 0x0;
}

Type

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

Enumerators

EnumeratorValueComment
ENABLED8 (0x08)
DISABLED0 (0x00)

Used in: