AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SpellMgr.h"
Public Member Functions | |
PetAura () | |
PetAura (uint32 petEntry, uint32 aura, bool _removeOnChangePet, int _damage) | |
uint32 | GetAura (uint32 petEntry) const |
void | AddAura (uint32 petEntry, uint32 aura) |
bool | IsRemovedOnChangePet () const |
int32 | GetDamage () const |
Private Types | |
typedef std::unordered_map< uint32, uint32 > | PetAuraMap |
Private Attributes | |
PetAuraMap | auras |
bool | removeOnChangePet {false} |
int32 | damage {0} |
|
private |
|
inline |
References auras.
References auras.
Referenced by Unit::CastPetAura(), Unit::IsPetAura(), and Unit::RemovePetAura().
|
inline |
|
inline |
References removeOnChangePet.
Referenced by Pet::CastPetAuras().
|
private |
|
private |
Referenced by GetDamage().
|
private |
Referenced by IsRemovedOnChangePet().