|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Spell.h>
Public Member Functions | |
| bool | operator() (WorldObject *target) |
| WorldObjectSpellNearbyTargetCheck (float range, Unit *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) | |
| Public Member Functions inherited from Skyfire::WorldObjectSpellTargetCheck | |
| bool | operator() (WorldObject *target) |
| WorldObjectSpellTargetCheck (Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList) | |
| ~WorldObjectSpellTargetCheck () | |
Public Attributes | |
| Position const * | _position |
| float | _range |
| Public Attributes inherited from Skyfire::WorldObjectSpellTargetCheck | |
| Unit * | _caster |
| ConditionList * | _condList |
| ConditionSourceInfo * | _condSrcInfo |
| Unit * | _referer |
| SpellInfo const * | _spellInfo |
| SpellTargetCheckTypes | _targetSelectionType |
| Skyfire::WorldObjectSpellNearbyTargetCheck::WorldObjectSpellNearbyTargetCheck | ( | float | range, |
| Unit * | caster, | ||
| SpellInfo const * | spellInfo, | ||
| SpellTargetCheckTypes | selectionType, | ||
| ConditionList * | condList ) |
Definition at line 8107 of file Spell.cpp.
References _position, _range, and Skyfire::WorldObjectSpellTargetCheck::WorldObjectSpellTargetCheck().
| bool Skyfire::WorldObjectSpellNearbyTargetCheck::operator() | ( | WorldObject * | target | ) |
Definition at line 8111 of file Spell.cpp.
References _position, _range, and WorldObject::GetDistance().
| Position const* Skyfire::WorldObjectSpellNearbyTargetCheck::_position |
Definition at line 798 of file Spell.h.
Referenced by operator()(), and WorldObjectSpellNearbyTargetCheck().
| float Skyfire::WorldObjectSpellNearbyTargetCheck::_range |
Definition at line 797 of file Spell.h.
Referenced by operator()(), and WorldObjectSpellNearbyTargetCheck().