TrinityCore
|
Private Member Functions | |
PrepareSpellScript (spell_pursue_SpellScript) | |
void | FilterTargets (std::list< WorldObject * > &targets) |
void | FilterTargetsSubsequently (std::list< WorldObject * > &targets) |
void | HandleScript (SpellEffIndex) |
void | Register () override |
Private Attributes | |
WorldObject * | _target |
Additional Inherited Members | |
Public Attributes inherited from SpellScript | |
HookList< CastHandler > | BeforeCast |
HookList< CastHandler > | OnCast |
HookList< CastHandler > | AfterCast |
HookList< CheckCastHandler > | OnCheckCast |
HookList< EffectHandler > | OnEffectLaunch |
HookList< EffectHandler > | OnEffectLaunchTarget |
HookList< EffectHandler > | OnEffectHit |
HookList< EffectHandler > | OnEffectHitTarget |
HookList< EffectHandler > | OnEffectSuccessfulDispel |
HookList< HitHandler > | BeforeHit |
HookList< HitHandler > | OnHit |
HookList< HitHandler > | AfterHit |
HookList < ObjectAreaTargetSelectHandler > | OnObjectAreaTargetSelect |
HookList < ObjectTargetSelectHandler > | OnObjectTargetSelect |
HookList < DestinationTargetSelectHandler > | OnDestinationTargetSelect |
Protected Attributes inherited from _SpellScript | |
uint8 | m_currentScriptState |
std::string const * | m_scriptName |
uint32 | m_scriptSpellId |
|
inline |
|
inlineprivate |
In the end, only one target should be selected
|
inlineprivate |
|
inlineprivate |
|
private |
|
inlineoverrideprivatevirtual |
Implements _SpellScript.
|
private |