◆ FilterTargets()
void spell_pal_glyph_of_holy_light::FilterTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
681 {
683
684 if (targets.size() > maxTargets)
685 {
687 targets.resize(maxTargets);
688 }
689 }
std::uint32_t uint32
Definition Define.h:107
uint32 MaxAffectedTargets
Definition SpellInfo.h:386
SpellInfo const * GetSpellInfo()
Definition SpellScript.cpp:411
References SpellScript::GetSpellInfo(), and SpellInfo::MaxAffectedTargets.
Referenced by Register().
◆ PrepareSpellScript()
◆ Register()
void spell_pal_glyph_of_holy_light::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
The documentation for this class was generated from the following file: