|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SpellScript.h>
Public Member Functions | |
| AuraProcHandler (AuraProcFnType handlerScript) | |
| void | Call (AuraScript *auraScript, ProcEventInfo &eventInfo) |
Private Attributes | |
| AuraProcFnType | _HandlerScript |
Definition at line 561 of file SpellScript.h.
| AuraScript::AuraProcHandler::AuraProcHandler | ( | AuraProcFnType | handlerScript | ) |
Definition at line 839 of file SpellScript.cpp.
References _HandlerScript.
| void AuraScript::AuraProcHandler::Call | ( | AuraScript * | auraScript, |
| ProcEventInfo & | eventInfo ) |
Definition at line 844 of file SpellScript.cpp.
References _HandlerScript, and AuraScript::AuraScript().
|
private |
Definition at line 567 of file SpellScript.h.
Referenced by AuraProcHandler(), and Call().