TrinityCore
Trinity::WorldObjectSpellTrajTargetCheck Struct Reference

#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
 

Detailed Description

Definition at line 994 of file Spell.h.

Constructor & Destructor Documentation

◆ WorldObjectSpellTrajTargetCheck()

Trinity::WorldObjectSpellTrajTargetCheck::WorldObjectSpellTrajTargetCheck ( float  range,
Position const *  position,
WorldObject caster,
SpellInfo const *  spellInfo,
SpellTargetCheckTypes  selectionType,
ConditionContainer const *  condList,
SpellTargetObjectTypes  objectType 
)

Definition at line 9275 of file Spell.cpp.

Member Function Documentation

◆ operator()()

bool Trinity::WorldObjectSpellTrajTargetCheck::operator() ( WorldObject target) const

Definition at line 9278 of file Spell.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _position

Position const* Trinity::WorldObjectSpellTrajTargetCheck::_position

Definition at line 997 of file Spell.h.

◆ _range

float Trinity::WorldObjectSpellTrajTargetCheck::_range

Definition at line 996 of file Spell.h.


The documentation for this struct was generated from the following files: