TrinityCore
Loading...
Searching...
No Matches
SpellScript::EmpowerStageCompletedHandler Class Referencefinal

#include <SpellScript.h>

Public Types

using ScriptFuncInvoker = SpellScript::ScriptFuncInvoker< void, int32 >
 

Public Member Functions

template<typename ScriptFunc >
 EmpowerStageCompletedHandler (ScriptFunc handler)
 
void Call (SpellScript *spellScript, int32 completedStagesCount) const
 

Private Attributes

ScriptFuncInvoker _invoker
 

Detailed Description

Definition at line 686 of file SpellScript.h.

Member Typedef Documentation

◆ ScriptFuncInvoker

Constructor & Destructor Documentation

◆ EmpowerStageCompletedHandler()

template<typename ScriptFunc >
SpellScript::EmpowerStageCompletedHandler::EmpowerStageCompletedHandler ( ScriptFunc  handler)
inlineexplicit

Definition at line 692 of file SpellScript.h.

Member Function Documentation

◆ Call()

void SpellScript::EmpowerStageCompletedHandler::Call ( SpellScript spellScript,
int32  completedStagesCount 
) const
inline

Definition at line 706 of file SpellScript.h.

Member Data Documentation

◆ _invoker

ScriptFuncInvoker SpellScript::EmpowerStageCompletedHandler::_invoker
private

Definition at line 711 of file SpellScript.h.


The documentation for this class was generated from the following file: