![]() |
TrinityCore
|
#include <SpellScript.h>
Inheritance diagram for SpellScript::DestinationTargetSelectHandler:Public Member Functions | |
| DestinationTargetSelectHandler (SpellDestinationTargetSelectFnType _DestinationTargetSelectHandlerScript, uint8 _effIndex, uint16 _targetType) | |
| void | Call (SpellScript *spellScript, SpellDestination &target) |
Public Member Functions inherited from SpellScript::TargetHook | |
| TargetHook (uint8 _effectIndex, uint16 _targetType, bool _area, bool _dest) | |
| bool | CheckEffect (SpellInfo const *spellInfo, uint8 effIndex) override |
| std::string | ToString () |
| uint16 | GetTarget () const |
Public Member Functions inherited from _SpellScript::EffectHook | |
| EffectHook (uint8 _effIndex) | |
| virtual | ~EffectHook () |
| uint8 | GetAffectedEffectsMask (SpellInfo const *spellInfo) |
| bool | IsEffectAffected (SpellInfo const *spellInfo, uint8 effIndex) |
| std::string | EffIndexToString () |
Private Attributes | |
| SpellDestinationTargetSelectFnType | DestinationTargetSelectHandlerScript |
Additional Inherited Members | |
Protected Attributes inherited from SpellScript::TargetHook | |
| uint16 | targetType |
| bool | area |
| bool | dest |
Protected Attributes inherited from _SpellScript::EffectHook | |
| uint8 | effIndex |
Definition at line 302 of file SpellScript.h.
| SpellScript::DestinationTargetSelectHandler::DestinationTargetSelectHandler | ( | SpellDestinationTargetSelectFnType | _DestinationTargetSelectHandlerScript, |
| uint8 | _effIndex, | ||
| uint16 | _targetType | ||
| ) |
Definition at line 328 of file SpellScript.cpp.
| void SpellScript::DestinationTargetSelectHandler::Call | ( | SpellScript * | spellScript, |
| SpellDestination & | target | ||
| ) |
Definition at line 334 of file SpellScript.cpp.
|
private |
Definition at line 308 of file SpellScript.h.