AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Unit.h"
Public Member Functions | |
DispelInfo (Unit *dispeller, uint32 dispellerSpellId, uint8 chargesRemoved) | |
Unit * | GetDispeller () const |
uint32 | GetDispellerSpellId () const |
uint8 | GetRemovedCharges () const |
void | SetRemovedCharges (uint8 amount) |
Private Attributes | |
Unit * | _dispellerUnit |
uint32 | _dispellerSpell |
uint8 | _chargesRemoved |
|
inlineexplicit |
|
inline |
|
inline |
References _dispellerSpell.
|
inline |
References _chargesRemoved.
Referenced by spell_dru_lifebloom::HandleDispel(), and Unit::RemoveAurasDueToSpellByDispel().
|
inline |
References _chargesRemoved.
Referenced by spell_halion_marks_aura::BeforeDispel().
|
private |
Referenced by GetRemovedCharges(), and SetRemovedCharges().
|
private |
Referenced by GetDispellerSpellId().
|
private |
Referenced by GetDispeller().