Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
AuraScript::EffectProcHandler Class Reference

#include <SpellScript.h>

Inheritance diagram for AuraScript::EffectProcHandler:
Collaboration diagram for AuraScript::EffectProcHandler:

Public Member Functions

void Call (AuraScript *auraScript, AuraEffect const *aurEff, ProcEventInfo &eventInfo)
 EffectProcHandler (AuraEffectProcFnType effectHandlerScript, uint8 effIndex, uint16 effName)
Public Member Functions inherited from AuraScript::EffectBase
bool CheckEffect (SpellInfo const *spellInfo, uint8 effIndex)
 EffectBase (uint8 _effIndex, uint16 _effName)
std::string ToString ()
Public Member Functions inherited from _SpellScript::EffectAuraNameCheck
bool Check (SpellInfo const *spellInfo, uint8 effIndex)
 EffectAuraNameCheck (uint16 _effAurName)
std::string ToString ()
Public Member Functions inherited from _SpellScript::EffectHook
 EffectHook (uint8 _effIndex)
std::string EffIndexToString ()
uint8 GetAffectedEffectsMask (SpellInfo const *spellInfo)
bool IsEffectAffected (SpellInfo const *spellInfo, uint8 effIndex)
virtual ~EffectHook ()

Private Attributes

AuraEffectProcFnType _EffectHandlerScript

Additional Inherited Members

Protected Attributes inherited from _SpellScript::EffectHook
uint8 effIndex

Detailed Description

Definition at line 569 of file SpellScript.h.

Constructor & Destructor Documentation

◆ EffectProcHandler()

AuraScript::EffectProcHandler::EffectProcHandler ( AuraEffectProcFnType effectHandlerScript,
uint8 effIndex,
uint16 effName )

Member Function Documentation

◆ Call()

void AuraScript::EffectProcHandler::Call ( AuraScript * auraScript,
AuraEffect const * aurEff,
ProcEventInfo & eventInfo )

Definition at line 855 of file SpellScript.cpp.

References _EffectHandlerScript, and AuraScript::AuraScript().

Member Data Documentation

◆ _EffectHandlerScript

AuraEffectProcFnType AuraScript::EffectProcHandler::_EffectHandlerScript
private

Definition at line 575 of file SpellScript.h.

Referenced by Call(), and EffectProcHandler().


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