![]() |
TrinityCore
|
#include <Spell.h>
Inheritance diagram for Trinity::WorldObjectSpellTrajTargetCheck:Public Member Functions | |
| WorldObjectSpellTrajTargetCheck (float range, Position const *position, WorldObject *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList, SpellTargetObjectTypes objectType) | |
| bool | operator() (WorldObject *target) const |
Public Attributes | |
| float | _range |
| Position const * | _position |
Additional Inherited Members | |
Protected Member Functions inherited from Trinity::WorldObjectSpellTargetCheck | |
| WorldObjectSpellTargetCheck (WorldObject *caster, WorldObject *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList, SpellTargetObjectTypes objectType) | |
| ~WorldObjectSpellTargetCheck () | |
| bool | operator() (WorldObject *target) const |
Protected Attributes inherited from Trinity::WorldObjectSpellTargetCheck | |
| WorldObject * | _caster |
| WorldObject * | _referer |
| SpellInfo const * | _spellInfo |
| SpellTargetCheckTypes | _targetSelectionType |
| std::unique_ptr< ConditionSourceInfo > | _condSrcInfo |
| ConditionContainer const * | _condList |
| SpellTargetObjectTypes | _objectType |
| Trinity::WorldObjectSpellTrajTargetCheck::WorldObjectSpellTrajTargetCheck | ( | float | range, |
| Position const * | position, | ||
| WorldObject * | caster, | ||
| SpellInfo const * | spellInfo, | ||
| SpellTargetCheckTypes | selectionType, | ||
| ConditionContainer const * | condList, | ||
| SpellTargetObjectTypes | objectType | ||
| ) |
| bool Trinity::WorldObjectSpellTrajTargetCheck::operator() | ( | WorldObject * | target | ) | const |
| Position const* Trinity::WorldObjectSpellTrajTargetCheck::_position |