![]() |
TrinityCore
|
#include <SpellScript.h>
Inheritance diagram for AuraScript::EffectCalcSpellModHandler:Public Types | |
| using | ScriptFuncInvoker = AuraScript::ScriptFuncInvoker< void, AuraEffect const *, SpellModifier *& > |
Public Member Functions | |
| template<typename ScriptFunc > | |
| EffectCalcSpellModHandler (ScriptFunc handler, uint8 effIndex, uint16 auraType) | |
| void | Call (AuraScript *auraScript, AuraEffect const *aurEff, SpellModifier *&spellMod) const |
Public Member Functions inherited from AuraScript::EffectBase | |
| EffectBase (uint8 effIndex, uint16 auraType) | |
| EffectBase (EffectBase const &right)=delete | |
| EffectBase (EffectBase &&right) noexcept | |
| EffectBase & | operator= (EffectBase const &right)=delete |
| EffectBase & | operator= (EffectBase &&right) noexcept |
| virtual | ~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 |
| std::string | EffIndexToString () const |
Private Attributes | |
| ScriptFuncInvoker | _invoker |
Additional Inherited Members | |
Protected Attributes inherited from SpellScriptBase::EffectHook | |
| uint8 | _effIndex |
Definition at line 1260 of file SpellScript.h.
| using AuraScript::EffectCalcSpellModHandler::ScriptFuncInvoker = AuraScript::ScriptFuncInvoker<void, AuraEffect const*, SpellModifier*&> |
Definition at line 1263 of file SpellScript.h.
|
inlineexplicit |
Definition at line 1266 of file SpellScript.h.
|
inline |
Definition at line 1285 of file SpellScript.h.
|
private |
Definition at line 1290 of file SpellScript.h.