|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Unit.h>
Public Types | |
| typedef StorageType::const_iterator | const_iterator |
Public Member Functions | |
| void | AddSpellMod (SpellValueMod mod, int32 value) |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Types | |
| typedef std::pair< SpellValueMod, int32 > | CustomSpellValueMod |
| typedef std::vector< CustomSpellValueMod > | StorageType |
Private Attributes | |
| StorageType | storage_ |
| typedef StorageType::const_iterator CustomSpellValues::const_iterator |
|
private |
|
private |
|
inline |
Definition at line 131 of file Unit.h.
References storage_.
Referenced by spell_the_lich_king_necrotic_plague_jump::spell_the_lich_king_necrotic_plague_AuraScript::AfterDispel(), Unit::CastCustomSpell(), Unit::CastCustomSpell(), Unit::CastCustomSpell(), Spell::EffectForceCast(), Spell::EffectTriggerMissileSpell(), Spell::EffectTriggerSpell(), spell_anhuur_divine_reckoning::spell_anhuur_divine_reckoning_AuraScript::OnPeriodic(), spell_the_lich_king_necrotic_plague::spell_the_lich_king_necrotic_plague_AuraScript::OnRemove(), and spell_the_lich_king_necrotic_plague_jump::spell_the_lich_king_necrotic_plague_AuraScript::OnRemove().
|
inline |
|
inline |
|
private |
Definition at line 147 of file Unit.h.
Referenced by AddSpellMod(), begin(), and end().