#include "Spell.h"
|
| | WorldObjectSpellTrajTargetCheck (float range, Position const *position, Unit *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) |
| |
| bool | operator() (WorldObject *target) |
| |
| | WorldObjectSpellAreaTargetCheck (float range, Position const *position, Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) |
| |
| bool | operator() (WorldObject *target) |
| |
| | WorldObjectSpellTargetCheck (Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) |
| |
| | ~WorldObjectSpellTargetCheck () |
| |
| bool | operator() (WorldObject *target) |
| |
◆ WorldObjectSpellTrajTargetCheck()
9056 {
9057 }
WorldObjectSpellAreaTargetCheck(float range, Position const *position, Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList)
Definition Spell.cpp:9007
◆ operator()()
| bool Acore::WorldObjectSpellTrajTargetCheck::operator() |
( |
WorldObject * |
target | ) |
|
The documentation for this struct was generated from the following files:
- azerothcore-wotlk/src/server/game/Spells/Spell.h
- azerothcore-wotlk/src/server/game/Spells/Spell.cpp