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
Enumerator | Value | Comment |
---|---|---|
ENABLED | 8 (0x08) | |
DISABLED | 0 (0x00) |
Used in: