TrinityCore
Loading...
Searching...
No Matches
Trinity::WorldObjectSpellConeTargetCheck Struct Reference

#include <Spell.h>

+ Inheritance diagram for Trinity::WorldObjectSpellConeTargetCheck:

Public Member Functions

 WorldObjectSpellConeTargetCheck (float coneAngle, float range, WorldObject *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList)
 
bool operator() (WorldObject *target) const
 
- Public Member Functions inherited from Trinity::WorldObjectSpellAreaTargetCheck
 WorldObjectSpellAreaTargetCheck (float range, Position const *position, WorldObject *caster, WorldObject *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionContainer const *condList)
 
bool operator() (WorldObject *target) const
 

Public Attributes

float _coneAngle
 
- Public Attributes inherited from Trinity::WorldObjectSpellAreaTargetCheck
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)
 
 ~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
 

Detailed Description

Definition at line 756 of file Spell.h.

Constructor & Destructor Documentation

◆ WorldObjectSpellConeTargetCheck()

Trinity::WorldObjectSpellConeTargetCheck::WorldObjectSpellConeTargetCheck ( float  coneAngle,
float  range,
WorldObject caster,
SpellInfo const *  spellInfo,
SpellTargetCheckTypes  selectionType,
ConditionContainer const *  condList 
)

Definition at line 8474 of file Spell.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 8478 of file Spell.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _coneAngle

float Trinity::WorldObjectSpellConeTargetCheck::_coneAngle

Definition at line 758 of file Spell.h.


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