Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
_SpellScript::EffectAuraNameCheck Class Reference

#include <SpellScript.h>

Inheritance diagram for _SpellScript::EffectAuraNameCheck:

Public Member Functions

bool Check (SpellInfo const *spellInfo, uint8 effIndex)
 EffectAuraNameCheck (uint16 _effAurName)
std::string ToString ()

Private Attributes

uint16 effAurName

Detailed Description

Definition at line 83 of file SpellScript.h.

Constructor & Destructor Documentation

◆ EffectAuraNameCheck()

_SpellScript::EffectAuraNameCheck::EffectAuraNameCheck ( uint16 _effAurName)
inline

Definition at line 86 of file SpellScript.h.

References effAurName.

Referenced by AuraScript::EffectBase::EffectBase().

Member Function Documentation

◆ Check()

bool _SpellScript::EffectAuraNameCheck::Check ( SpellInfo const * spellInfo,
uint8 effIndex )

◆ ToString()

std::string _SpellScript::EffectAuraNameCheck::ToString ( )

Definition at line 130 of file SpellScript.cpp.

References effAurName, and SPELL_AURA_ANY.

Referenced by AuraScript::EffectBase::ToString().

Member Data Documentation

◆ effAurName

uint16 _SpellScript::EffectAuraNameCheck::effAurName
private

Definition at line 90 of file SpellScript.h.

Referenced by Check(), EffectAuraNameCheck(), and ToString().


The documentation for this class was generated from the following files: