TrinityCore
Trinity::AnyDeadUnitObjectInRangeCheck Class Reference

#include <GridNotifiers.h>

+ Inheritance diagram for Trinity::AnyDeadUnitObjectInRangeCheck:

Public Member Functions

 AnyDeadUnitObjectInRangeCheck (WorldObject *searchObj, float range)
 
bool operator() (Player *u)
 
bool operator() (Corpse *u)
 
bool operator() (Creature *u)
 
template<class NOT_INTERESTED >
bool operator() (NOT_INTERESTED *)
 

Protected Attributes

WorldObject const *const i_searchObj
 
float i_range
 

Detailed Description

Definition at line 657 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AnyDeadUnitObjectInRangeCheck()

Trinity::AnyDeadUnitObjectInRangeCheck::AnyDeadUnitObjectInRangeCheck ( WorldObject searchObj,
float  range 
)
inline

Definition at line 660 of file GridNotifiers.h.

Member Function Documentation

◆ operator()() [1/4]

bool AnyDeadUnitObjectInRangeCheck::operator() ( Corpse u)

Definition at line 269 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ operator()() [2/4]

bool AnyDeadUnitObjectInRangeCheck::operator() ( Creature u)

Definition at line 274 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ operator()() [3/4]

template<class NOT_INTERESTED >
bool Trinity::AnyDeadUnitObjectInRangeCheck::operator() ( NOT_INTERESTED *  )
inline

Definition at line 664 of file GridNotifiers.h.

◆ operator()() [4/4]

bool AnyDeadUnitObjectInRangeCheck::operator() ( Player u)

Definition at line 264 of file GridNotifiers.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ i_range

float Trinity::AnyDeadUnitObjectInRangeCheck::i_range
protected

Definition at line 667 of file GridNotifiers.h.

◆ i_searchObj

WorldObject const* const Trinity::AnyDeadUnitObjectInRangeCheck::i_searchObj
protected

Definition at line 666 of file GridNotifiers.h.


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