|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Spell.h>
Public Member Functions | |
| bool | operator() (WorldObject *target) |
| WorldObjectSpellTrajTargetCheck (float range, Position const *position, Unit *caster, SpellInfo const *spellInfo) | |
| Public Member Functions inherited from Skyfire::WorldObjectSpellAreaTargetCheck | |
| bool | operator() (WorldObject *target) |
| WorldObjectSpellAreaTargetCheck (float range, Position const *position, Unit *caster, Unit *referer, 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 () | |
Additional Inherited Members | |
| Public Attributes inherited from Skyfire::WorldObjectSpellAreaTargetCheck | |
| 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::WorldObjectSpellTrajTargetCheck::WorldObjectSpellTrajTargetCheck | ( | float | range, |
| Position const * | position, | ||
| Unit * | caster, | ||
| SpellInfo const * | spellInfo ) |
Definition at line 8157 of file Spell.cpp.
References TARGET_CHECK_DEFAULT, and Skyfire::WorldObjectSpellAreaTargetCheck::WorldObjectSpellAreaTargetCheck().
| bool Skyfire::WorldObjectSpellTrajTargetCheck::operator() | ( | WorldObject * | target | ) |
Definition at line 8160 of file Spell.cpp.
References Skyfire::WorldObjectSpellTargetCheck::_caster, and Skyfire::WorldObjectSpellAreaTargetCheck::operator()().