![]() |
TrinityCore
|
#include <SpellScript.h>
Inheritance diagram for AuraScript::EffectApplyHandler:Public Types | |
| using | ScriptFuncInvoker = AuraScript::ScriptFuncInvoker< void, AuraEffect const *, AuraEffectHandleModes > |
Public Member Functions | |
| template<typename ScriptFunc > | |
| EffectApplyHandler (ScriptFunc handler, uint8 effIndex, uint16 auraType, AuraEffectHandleModes mode) | |
| void | Call (AuraScript *auraScript, AuraEffect const *aurEff, AuraEffectHandleModes mode) 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 |
| AuraEffectHandleModes | _mode |
Additional Inherited Members | |
Protected Attributes inherited from SpellScriptBase::EffectHook | |
| uint8 | _effIndex |
Definition at line 1359 of file SpellScript.h.
| using AuraScript::EffectApplyHandler::ScriptFuncInvoker = AuraScript::ScriptFuncInvoker<void, AuraEffect const*, AuraEffectHandleModes> |
Definition at line 1362 of file SpellScript.h.
|
inlineexplicit |
Definition at line 1365 of file SpellScript.h.
|
inline |
Definition at line 1384 of file SpellScript.h.
|
private |
Definition at line 1392 of file SpellScript.h.
|
private |
Definition at line 1393 of file SpellScript.h.