|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SpellScript.h>
Public Member Functions | |
| void | Call (AuraScript *auraScript, AuraEffect const *aurEff, bool &isPeriodic, int32 &periodicTimer) |
| EffectCalcPeriodicHandler (AuraEffectCalcPeriodicFnType _pEffectHandlerScript, uint8 _effIndex, uint16 _effName) | |
| Public Member Functions inherited from AuraScript::EffectBase | |
| bool | CheckEffect (SpellInfo const *spellInfo, uint8 effIndex) |
| EffectBase (uint8 _effIndex, uint16 _effName) | |
| std::string | ToString () |
| Public Member Functions inherited from _SpellScript::EffectAuraNameCheck | |
| bool | Check (SpellInfo const *spellInfo, uint8 effIndex) |
| EffectAuraNameCheck (uint16 _effAurName) | |
| std::string | ToString () |
| Public Member Functions inherited from _SpellScript::EffectHook | |
| EffectHook (uint8 _effIndex) | |
| std::string | EffIndexToString () |
| uint8 | GetAffectedEffectsMask (SpellInfo const *spellInfo) |
| bool | IsEffectAffected (SpellInfo const *spellInfo, uint8 effIndex) |
| virtual | ~EffectHook () |
Private Attributes | |
| AuraEffectCalcPeriodicFnType | pEffectHandlerScript |
Additional Inherited Members | |
| Protected Attributes inherited from _SpellScript::EffectHook | |
| uint8 | effIndex |
Definition at line 504 of file SpellScript.h.
| AuraScript::EffectCalcPeriodicHandler::EffectCalcPeriodicHandler | ( | AuraEffectCalcPeriodicFnType | _pEffectHandlerScript, |
| uint8 | _effIndex, | ||
| uint16 | _effName ) |
Definition at line 761 of file SpellScript.cpp.
References AuraScript::AuraScript(), AuraScript::EffectBase::EffectBase(), and pEffectHandlerScript.
| void AuraScript::EffectCalcPeriodicHandler::Call | ( | AuraScript * | auraScript, |
| AuraEffect const * | aurEff, | ||
| bool & | isPeriodic, | ||
| int32 & | periodicTimer ) |
Definition at line 767 of file SpellScript.cpp.
References AuraScript::AuraScript(), and pEffectHandlerScript.
|
private |
Definition at line 510 of file SpellScript.h.
Referenced by Call(), and EffectCalcPeriodicHandler().