TrinityCore
|
Go to the source code of this file.
Classes | |
struct | PetSpell |
class | Pet |
Macros | |
#define | PET_FOCUS_REGEN_INTERVAL 4 * IN_MILLISECONDS |
#define | HAPPINESS_LEVEL_SIZE 333000 |
Typedefs | |
typedef std::unordered_map < uint32, PetSpell > | PetSpellMap |
typedef std::vector< uint32 > | AutoSpellList |
Enumerations | |
enum | PetStableinfo { PET_STABLE_ACTIVE = 1, PET_STABLE_INACTIVE = 2 } |
#define HAPPINESS_LEVEL_SIZE 333000 |
#define PET_FOCUS_REGEN_INTERVAL 4 * IN_MILLISECONDS |
typedef std::vector<uint32> AutoSpellList |
typedef std::unordered_map<uint32, PetSpell> PetSpellMap |
enum PetStableinfo |