|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| void | HandleAfterEffectApply (AuraEffect const *, AuraEffectHandleModes) |
| void | HandleAfterEffectRemove (AuraEffect const *, AuraEffectHandleModes) |
| void | HandleEffectCalcAmount (AuraEffect const *, int32 &amount, bool &canBeRecalculated) |
| void | HandleEffectCalcPeriodic (AuraEffect const *, bool &isPeriodic, int32 &litude) |
| void | HandleEffectCalcSpellMod (AuraEffect const *, SpellModifier *&spellMod) |
| void | HandleEffectPeriodic (AuraEffect const *) |
| void | HandleEffectPeriodicUpdate (AuraEffect *aurEff) |
| void | HandleOnEffectApply (AuraEffect const *, AuraEffectHandleModes) |
| void | HandleOnEffectRemove (AuraEffect const *, AuraEffectHandleModes) |
| bool | Load () OVERRIDE |
| PrepareAuraScript (spell_ex_66244AuraScript) | |
| void | Register () OVERRIDE |
| bool | Validate (SpellInfo const *) OVERRIDE |
Definition at line 194 of file example_spell.cpp.
|
inlineprivate |
Definition at line 232 of file example_spell.cpp.
References Unit::CastSpell(), AuraScript::GetTarget(), SF_LOG_INFO, and SPELL_TRIGGERED.
Referenced by Register().
|
inlineprivate |
Definition at line 240 of file example_spell.cpp.
References Unit::CastSpell(), AuraScript::GetCaster(), AuraScript::GetTarget(), SF_LOG_INFO, and SPELL_TRIGGERED.
Referenced by Register().
|
inlineprivate |
|
inlineprivate |
Definition at line 276 of file example_spell.cpp.
References IN_MILLISECONDS, and SF_LOG_INFO.
Referenced by Register().
|
inlineprivate |
|
inlineprivate |
Definition at line 252 of file example_spell.cpp.
References Unit::DealDamage(), AuraScript::GetTarget(), and SF_LOG_INFO.
Referenced by Register().
|
inlineprivate |
Definition at line 260 of file example_spell.cpp.
References AuraEffect::ChangeAmount(), AuraEffect::GetAmount(), and SF_LOG_INFO.
Referenced by Register().
|
inlineprivate |
|
inlineprivate |
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 209 of file example_spell.cpp.
References AuraScript::GetCaster(), OVERRIDE, and TYPEID_PLAYER.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 307 of file example_spell.cpp.
References AuraScript::AfterEffectApply, AuraScript::AfterEffectRemove, AURA_EFFECT_HANDLE_REAL, AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK, AuraEffectApplyFn, AuraEffectCalcAmountFn, AuraEffectCalcPeriodicFn, AuraEffectCalcSpellModFn, AuraEffectPeriodicFn, AuraEffectRemoveFn, AuraEffectUpdatePeriodicFn, AuraScript::DoEffectCalcAmount, AuraScript::DoEffectCalcPeriodic, AuraScript::DoEffectCalcSpellMod, EFFECT_0, HandleAfterEffectApply(), HandleAfterEffectRemove(), HandleEffectCalcAmount(), HandleEffectCalcPeriodic(), HandleEffectCalcSpellMod(), HandleEffectPeriodic(), HandleEffectPeriodicUpdate(), HandleOnEffectApply(), HandleOnEffectRemove(), AuraScript::OnEffectApply, AuraScript::OnEffectPeriodic, AuraScript::OnEffectRemove, AuraScript::OnEffectUpdatePeriodic, OVERRIDE, and SPELL_AURA_DUMMY.
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 199 of file example_spell.cpp.
References OVERRIDE, SPELL_TRIGGERED, and sSpellMgr.