TrinityCore
Trinity::WorldObjectSpellNearbyTargetCheck Struct Reference

#include <Spell.h>

+ Inheritance diagram for Trinity::WorldObjectSpellNearbyTargetCheck:

Public Member Functions

 WorldObjectSpellNearbyTargetCheck (float range, WorldObject *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList, SpellTargetObjectTypes objectType)
 
bool operator() (WorldObject *target)
 

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 955 of file Spell.h.

Constructor & Destructor Documentation

◆ WorldObjectSpellNearbyTargetCheck()

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

Definition at line 9192 of file Spell.cpp.

Member Function Documentation

◆ operator()()

bool Trinity::WorldObjectSpellNearbyTargetCheck::operator() ( WorldObject target)

Definition at line 9196 of file Spell.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _position

Position const* Trinity::WorldObjectSpellNearbyTargetCheck::_position

Definition at line 958 of file Spell.h.

◆ _range

float Trinity::WorldObjectSpellNearbyTargetCheck::_range

Definition at line 957 of file Spell.h.


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