|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SpellScript.h>
Public Member Functions | |
| bool | Check (SpellInfo const *spellInfo, uint8 effIndex) |
| EffectNameCheck (uint16 _effName) | |
| std::string | ToString () |
Private Attributes | |
| uint16 | effName |
Definition at line 73 of file SpellScript.h.
|
inline |
Definition at line 76 of file SpellScript.h.
References effName.
Referenced by SpellScript::EffectHandler::EffectHandler().
Definition at line 99 of file SpellScript.cpp.
References SpellEffectInfo::Effect, SpellInfo::Effects, effName, and SPELL_EFFECT_ANY.
Referenced by SpellScript::EffectHandler::CheckEffect().
| std::string _SpellScript::EffectNameCheck::ToString | ( | ) |
Definition at line 108 of file SpellScript.cpp.
References effName, and SPELL_EFFECT_ANY.
Referenced by SpellScript::EffectHandler::ToString().
|
private |
Definition at line 80 of file SpellScript.h.
Referenced by Check(), EffectNameCheck(), and ToString().