TrinityCore
Loading...
Searching...
No Matches
AuraScript::EffectProcHandler Class Reference

#include <SpellScript.h>

+ Inheritance diagram for AuraScript::EffectProcHandler:

Public Member Functions

 EffectProcHandler (AuraEffectProcFnType effectHandlerScript, uint8 effIndex, uint16 effName)
 
void Call (AuraScript *auraScript, AuraEffect const *aurEff, ProcEventInfo &eventInfo)
 
- Public Member Functions inherited from AuraScript::EffectBase
 EffectBase (uint8 _effIndex, uint16 _effName)
 
std::string ToString ()
 
bool CheckEffect (SpellInfo const *spellInfo, uint8 effIndex) override
 
- Public Member Functions inherited from _SpellScript::EffectAuraNameCheck
 EffectAuraNameCheck (uint16 _effAurName)
 
bool Check (SpellInfo const *spellInfo, uint8 effIndex)
 
std::string ToString ()
 
- 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

AuraEffectProcFnType _EffectHandlerScript
 

Additional Inherited Members

- Protected Attributes inherited from _SpellScript::EffectHook
uint8 effIndex
 

Detailed Description

Definition at line 717 of file SpellScript.h.

Constructor & Destructor Documentation

◆ EffectProcHandler()

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

Definition at line 1048 of file SpellScript.cpp.

Member Function Documentation

◆ Call()

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

Definition at line 1054 of file SpellScript.cpp.

Member Data Documentation

◆ _EffectHandlerScript

AuraEffectProcFnType AuraScript::EffectProcHandler::_EffectHandlerScript
private

Definition at line 723 of file SpellScript.h.


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