|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| void | CountTargets (std::list< WorldObject * > &targetList) |
| void | HandleCast () |
| void | HandleHit (SpellEffIndex) |
| PrepareSpellScript (spell_warr_shockwave_SpellScript) | |
| void | Register () override |
| bool | Validate (SpellInfo const *) override |
Private Attributes | |
| uint32 | m_targetCount = 0 |
Definition at line 769 of file spell_warrior.cpp.
|
inlineprivate |
Definition at line 782 of file spell_warrior.cpp.
References m_targetCount.
Referenced by Register().
|
inlineprivate |
Definition at line 787 of file spell_warrior.cpp.
References EFFECT_3, SpellScript::GetCaster(), SpellScript::GetSpellInfo(), IN_MILLISECONDS, m_targetCount, Player::ModifySpellCooldown(), Object::ToPlayer(), and TYPEID_PLAYER.
Referenced by Register().
|
inlineprivate |
Definition at line 794 of file spell_warrior.cpp.
References Unit::CastSpell(), SpellScript::GetCaster(), SpellScript::GetHitUnit(), and SPELL_WARRIOR_SHOCKWAVE_STUN.
Referenced by Register().
|
private |
|
inlineoverrideprivatevirtual |
Implements _SpellScript.
Definition at line 799 of file spell_warrior.cpp.
References SpellScript::AfterCast, CountTargets(), EFFECT_0, HandleCast(), HandleHit(), SpellScript::OnEffectHitTarget, SpellScript::OnObjectAreaTargetSelect, SPELL_EFFECT_DUMMY, SpellCastFn, SpellEffectFn, SpellObjectAreaTargetSelectFn, and TARGET_UNIT_CONE_ENEMY_104.
|
inlineoverrideprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 773 of file spell_warrior.cpp.
References SPELL_WARRIOR_SHOCKWAVE_STUN, and sSpellMgr.
|
private |
Definition at line 780 of file spell_warrior.cpp.
Referenced by CountTargets(), and HandleCast().