![]() |
TrinityCore
|
#include <Spell.h>
Inheritance diagram for Trinity::WorldObjectSpellLineTargetCheck:Public Member Functions | |
| WorldObjectSpellLineTargetCheck (Position const *srcPosition, Position const *dstPosition, float lineWidth, SpellRange range, WorldObject *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList, SpellTargetObjectTypes objectType) | |
| bool | operator() (WorldObject *target) const |
Public Member Functions inherited from Trinity::WorldObjectSpellAreaTargetCheck | |
| WorldObjectSpellAreaTargetCheck (SpellRange range, Position const *position, WorldObject *caster, WorldObject *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList, SpellTargetObjectTypes objectType, WorldObjectSpellAreaTargetSearchReason searchReason=WorldObjectSpellAreaTargetSearchReason::Area) | |
| bool | operator() (WorldObject *target) const |
Public Attributes | |
| Position | _position |
| float | _lineWidth |
Public Attributes inherited from Trinity::WorldObjectSpellAreaTargetCheck | |
| SpellRange | _range |
| Position const * | _position |
| WorldObjectSpellAreaTargetSearchReason | _searchReason |
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::WorldObjectSpellLineTargetCheck::WorldObjectSpellLineTargetCheck | ( | Position const * | srcPosition, |
| Position const * | dstPosition, | ||
| float | lineWidth, | ||
| SpellRange | range, | ||
| WorldObject * | caster, | ||
| SpellInfo const * | spellInfo, | ||
| SpellTargetCheckTypes | selectionType, | ||
| ConditionContainer const * | condList, | ||
| SpellTargetObjectTypes | objectType | ||
| ) |
| bool Trinity::WorldObjectSpellLineTargetCheck::operator() | ( | WorldObject * | target | ) | const |
| Position Trinity::WorldObjectSpellLineTargetCheck::_position |