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

#include <SpellScript.h>

+ Inheritance diagram for AuraScript::EffectBase:

Public Member Functions

 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from _SpellScript::EffectHook
uint8 effIndex
 

Detailed Description

Definition at line 613 of file SpellScript.h.

Constructor & Destructor Documentation

◆ EffectBase()

AuraScript::EffectBase::EffectBase ( uint8  _effIndex,
uint16  _effName 
)

Definition at line 903 of file SpellScript.cpp.

Member Function Documentation

◆ CheckEffect()

bool AuraScript::EffectBase::CheckEffect ( SpellInfo const *  spellInfo,
uint8  effIndex 
)
overridevirtual

Implements _SpellScript::EffectHook.

Definition at line 906 of file SpellScript.cpp.

+ Here is the call graph for this function:

◆ ToString()

std::string AuraScript::EffectBase::ToString ( )

Definition at line 911 of file SpellScript.cpp.

+ Here is the call graph for this function:

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