TrinityCore
Trinity::AnyAssistCreatureInRangeCheck Class Reference

#include <GridNotifiers.h>

Public Member Functions

 AnyAssistCreatureInRangeCheck (Unit *funit, Unit *enemy, float range)
 
bool operator() (Creature *u) const
 

Private Attributes

Unit *const i_funit
 
Unit *const i_enemy
 
float i_range
 

Detailed Description

Definition at line 1313 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AnyAssistCreatureInRangeCheck()

Trinity::AnyAssistCreatureInRangeCheck::AnyAssistCreatureInRangeCheck ( Unit funit,
Unit enemy,
float  range 
)
inline

Definition at line 1316 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::AnyAssistCreatureInRangeCheck::operator() ( Creature u) const
inline

Definition at line 1319 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_enemy

Unit* const Trinity::AnyAssistCreatureInRangeCheck::i_enemy
private

Definition at line 1341 of file GridNotifiers.h.

◆ i_funit

Unit* const Trinity::AnyAssistCreatureInRangeCheck::i_funit
private

Definition at line 1340 of file GridNotifiers.h.

◆ i_range

float Trinity::AnyAssistCreatureInRangeCheck::i_range
private

Definition at line 1342 of file GridNotifiers.h.


The documentation for this class was generated from the following file: