◆ FilterTargets()
| void spell_dru_wild_growth::FilterTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
1196 {
1198
1200
1201 if (targets.size() > maxTargets)
1202 {
1204 targets.resize(maxTargets);
1205 }
1206
1208 }
std::uint32_t uint32
Definition Define.h:107
Definition GridNotifiers.h:1719
Unit * GetCaster()
Definition SpellScript.cpp:401
bool HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const
Definition Unit.cpp:5982
std::list< WorldObject * > _targets
Definition spell_druid.cpp:1222
@ SPELL_DRUID_GLYPH_OF_WILD_GROWTH
Definition spell_druid.cpp:34
References _targets, SpellScript::GetCaster(), Unit::HasAura(), and SPELL_DRUID_GLYPH_OF_WILD_GROWTH.
Referenced by Register().
◆ PrepareSpellScript()
◆ Register()
| void spell_dru_wild_growth::Register |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ SetTargets()
| void spell_dru_wild_growth::SetTargets |
( |
std::list< WorldObject * > & |
targets | ) |
|
|
inlineprivate |
◆ Validate()
| bool spell_dru_wild_growth::Validate |
( |
SpellInfo const * |
spellInfo | ) |
|
|
inlineoverrideprivatevirtual |
◆ _targets
| std::list<WorldObject*> spell_dru_wild_growth::_targets |
|
private |
The documentation for this class was generated from the following file: