Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::WorldObjectSpellConeTargetCheck Struct Reference

#include <Spell.h>

Inheritance diagram for Skyfire::WorldObjectSpellConeTargetCheck:
Collaboration diagram for Skyfire::WorldObjectSpellConeTargetCheck:

Public Member Functions

bool operator() (WorldObject *target)
 WorldObjectSpellConeTargetCheck (float coneAngle, float range, Unit *caster, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList)
Public Member Functions inherited from Skyfire::WorldObjectSpellAreaTargetCheck
bool operator() (WorldObject *target)
 WorldObjectSpellAreaTargetCheck (float range, Position const *position, Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList)
Public Member Functions inherited from Skyfire::WorldObjectSpellTargetCheck
bool operator() (WorldObject *target)
 WorldObjectSpellTargetCheck (Unit *caster, Unit *referer, SpellInfo const *spellInfo, SpellTargetCheckTypes selectionType, ConditionList *condList)
 ~WorldObjectSpellTargetCheck ()

Public Attributes

float _coneAngle
Public Attributes inherited from Skyfire::WorldObjectSpellAreaTargetCheck
Position const * _position
float _range
Public Attributes inherited from Skyfire::WorldObjectSpellTargetCheck
Unit_caster
ConditionList_condList
ConditionSourceInfo_condSrcInfo
Unit_referer
SpellInfo const * _spellInfo
SpellTargetCheckTypes _targetSelectionType

Detailed Description

Definition at line 813 of file Spell.h.

Constructor & Destructor Documentation

◆ WorldObjectSpellConeTargetCheck()

Skyfire::WorldObjectSpellConeTargetCheck::WorldObjectSpellConeTargetCheck ( float coneAngle,
float range,
Unit * caster,
SpellInfo const * spellInfo,
SpellTargetCheckTypes selectionType,
ConditionList * condList )

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ _coneAngle

float Skyfire::WorldObjectSpellConeTargetCheck::_coneAngle

Definition at line 815 of file Spell.h.

Referenced by operator()(), and WorldObjectSpellConeTargetCheck().


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