AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Spell.h"
Public Member Functions | |
WorldObjectSpellTrajTargetCheck (float range, Position const *position, Unit *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) | |
bool | operator() (WorldObject *target) |
Public Member Functions inherited from Acore::WorldObjectSpellAreaTargetCheck | |
WorldObjectSpellAreaTargetCheck (float range, Position const *position, Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) | |
bool | operator() (WorldObject *target) |
Public Member Functions inherited from Acore::WorldObjectSpellTargetCheck | |
WorldObjectSpellTargetCheck (Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) | |
~WorldObjectSpellTargetCheck () | |
bool | operator() (WorldObject *target) |
Additional Inherited Members | |
Public Attributes inherited from Acore::WorldObjectSpellAreaTargetCheck | |
float | _range |
Position const * | _position |
Public Attributes inherited from Acore::WorldObjectSpellTargetCheck | |
Unit * | _caster |
Unit * | _referer |
SpellInfo const * | _spellInfo |
SpellTargetCheckTypes | _targetSelectionType |
ConditionSourceInfo * | _condSrcInfo |
ConditionList * | _condList |
Acore::WorldObjectSpellTrajTargetCheck::WorldObjectSpellTrajTargetCheck | ( | float | range, |
Position const * | position, | ||
Unit * | caster, | ||
SpellInfo const * | spellInfo, | ||
SpellTargetCheckTypes | selectionType, | ||
ConditionList * | condList | ||
) |
bool Acore::WorldObjectSpellTrajTargetCheck::operator() | ( | WorldObject * | target | ) |
References Acore::WorldObjectSpellTargetCheck::_caster, WorldObject::GetObjectSize(), Position::HasInLine(), and Acore::WorldObjectSpellAreaTargetCheck::operator()().