TrinityCore
|
#include <SpellScript.h>
Public Types | |
using | EmpowerStageFnType = void(SpellScript::*)(int32) |
using | SafeWrapperType = void(*)(SpellScript *spellScript, EmpowerStageFnType callImpl, int32 completedStagesCount) |
Public Member Functions | |
template<typename ScriptFunc > | |
EmpowerStageCompletedHandler (ScriptFunc handler) | |
void | Call (SpellScript *spellScript, int32 completedStagesCount) const |
Private Attributes | |
EmpowerStageFnType | _callImpl |
SafeWrapperType | _safeWrapper |
Definition at line 800 of file SpellScript.h.
using SpellScript::EmpowerStageCompletedHandler::EmpowerStageFnType = void(SpellScript::*)(int32) |
Definition at line 803 of file SpellScript.h.
using SpellScript::EmpowerStageCompletedHandler::SafeWrapperType = void(*)(SpellScript* spellScript, EmpowerStageFnType callImpl, int32 completedStagesCount) |
Definition at line 805 of file SpellScript.h.
|
inlineexplicit |
Definition at line 808 of file SpellScript.h.
|
inline |
|
private |
Definition at line 830 of file SpellScript.h.
|
private |
Definition at line 831 of file SpellScript.h.