TrinityCore
|
#include <SpellScript.h>
Public Types | |
using | SpellEffectFnType = void(SpellScript::*)(SpellEffIndex effIndex) |
using | SafeWrapperType = void(*)(SpellScript *spellScript, SpellEffIndex effIndex, SpellEffectFnType callImpl) |
Public Member Functions | |
template<typename ScriptFunc > | |
EffectHandler (ScriptFunc handler, uint8 effIndex, uint16 effName) | |
void | Call (SpellScript *spellScript, SpellEffIndex effIndex) const |
Public Member Functions inherited from SpellScript::EffectBase | |
EffectBase (uint8 effIndex, uint16 effName) | |
EffectBase (EffectBase const &right)=delete | |
EffectBase (EffectBase &&right) noexcept | |
EffectBase & | operator= (EffectBase const &right)=delete |
EffectBase & | operator= (EffectBase &&right) noexcept |
~EffectBase () | |
std::string | ToString () const |
bool | CheckEffect (SpellInfo const *spellInfo, uint8 effIndex) const override |
Public Member Functions inherited from SpellScriptBase::EffectHook | |
EffectHook (uint8 effIndex) | |
EffectHook (EffectHook const &right)=delete | |
EffectHook (EffectHook &&right) noexcept | |
EffectHook & | operator= (EffectHook const &right)=delete |
EffectHook & | operator= (EffectHook &&right) noexcept |
virtual | ~EffectHook () |
uint32 | GetAffectedEffectsMask (SpellInfo const *spellInfo) const |
bool | IsEffectAffected (SpellInfo const *spellInfo, uint8 effIndex) const |
virtual bool | CheckEffect (SpellInfo const *spellInfo, uint8 effIndex) const =0 |
std::string | EffIndexToString () const |
Private Attributes | |
SpellEffectFnType | _callImpl |
SafeWrapperType | _safeWrapper |
Additional Inherited Members | |
Protected Attributes inherited from SpellScriptBase::EffectHook | |
uint8 | _effIndex |
Definition at line 354 of file SpellScript.h.
using SpellScript::EffectHandler::SafeWrapperType = void(*)(SpellScript* spellScript, SpellEffIndex effIndex, SpellEffectFnType callImpl) |
Definition at line 359 of file SpellScript.h.
using SpellScript::EffectHandler::SpellEffectFnType = void(SpellScript::*)(SpellEffIndex effIndex) |
Definition at line 357 of file SpellScript.h.
|
inlineexplicit |
Definition at line 362 of file SpellScript.h.
|
inline |
|
private |
Definition at line 385 of file SpellScript.h.
|
private |
Definition at line 386 of file SpellScript.h.