|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| bool | CheckProc (ProcEventInfo &) |
| void | HandleProc (AuraEffect const *aurEff, ProcEventInfo &) |
| bool | Load () OVERRIDE |
| PrepareAuraScript (spell_pri_mana_leech_AuraScript) | |
| void | Register () OVERRIDE |
| bool | Validate (SpellInfo const *) OVERRIDE |
Private Attributes | |
| Unit * | _procTarget |
Definition at line 366 of file spell_priest.cpp.
|
inlineprivate |
Definition at line 383 of file spell_priest.cpp.
References _procTarget, Unit::GetOwner(), and AuraScript::GetTarget().
Referenced by Register().
|
inlineprivate |
Definition at line 389 of file spell_priest.cpp.
References _procTarget, Unit::CastSpell(), AuraScript::GetTarget(), AuraScript::PreventDefaultAction(), and SPELL_PRIEST_MANA_LEECH_PROC.
Referenced by Register().
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 377 of file spell_priest.cpp.
References _procTarget, and OVERRIDE.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 395 of file spell_priest.cpp.
References AuraCheckProcFn, AuraEffectProcFn, CheckProc(), AuraScript::DoCheckProc, EFFECT_0, HandleProc(), AuraScript::OnEffectProc, OVERRIDE, and SPELL_AURA_DUMMY.
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 370 of file spell_priest.cpp.
References OVERRIDE, SPELL_PRIEST_MANA_LEECH_PROC, and sSpellMgr.
|
private |
Definition at line 402 of file spell_priest.cpp.
Referenced by CheckProc(), HandleProc(), and Load().