AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
PetStable::PetInfo Struct Reference

#include "PetDefines.h"

Public Member Functions

 PetInfo ()
 

Public Attributes

std::string Name
 
std::string ActionBar
 
uint32 PetNumber = 0
 
uint32 CreatureId = 0
 
uint32 DisplayId = 0
 
uint32 Experience = 0
 
uint32 Health = 0
 
uint32 Mana = 0
 
uint32 Happiness = 0
 
uint32 LastSaveTime = 0
 
uint32 CreatedBySpellId = 0
 
uint8 Level = 0
 
ReactStates ReactState = ReactStates(0)
 
PetType Type = MAX_PET_TYPE
 
bool WasRenamed = false
 

Detailed Description

Constructor & Destructor Documentation

◆ PetInfo()

PetStable::PetInfo::PetInfo ( )
inline
206{ }

Member Data Documentation

◆ ActionBar

std::string PetStable::PetInfo::ActionBar

◆ CreatedBySpellId

uint32 PetStable::PetInfo::CreatedBySpellId = 0

◆ CreatureId

◆ DisplayId

uint32 PetStable::PetInfo::DisplayId = 0

◆ Experience

uint32 PetStable::PetInfo::Experience = 0

◆ Happiness

uint32 PetStable::PetInfo::Happiness = 0

◆ Health

uint32 PetStable::PetInfo::Health = 0

◆ LastSaveTime

uint32 PetStable::PetInfo::LastSaveTime = 0

◆ Level

◆ Mana

uint32 PetStable::PetInfo::Mana = 0

◆ Name

std::string PetStable::PetInfo::Name

◆ PetNumber

◆ ReactState

ReactStates PetStable::PetInfo::ReactState = ReactStates(0)

◆ Type

PetType PetStable::PetInfo::Type = MAX_PET_TYPE

◆ WasRenamed

bool PetStable::PetInfo::WasRenamed = false