TrinityCore
Trinity::AllWorldObjectsInRange Class Reference

#include <GridNotifiers.h>

Public Member Functions

 AllWorldObjectsInRange (WorldObject const *object, float maxRange)
 
bool operator() (WorldObject *go) const
 

Private Attributes

WorldObject const * m_pObject
 
float m_fRange
 

Detailed Description

Definition at line 1687 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AllWorldObjectsInRange()

Trinity::AllWorldObjectsInRange::AllWorldObjectsInRange ( WorldObject const *  object,
float  maxRange 
)
inline

Definition at line 1690 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::AllWorldObjectsInRange::operator() ( WorldObject go) const
inline

Definition at line 1692 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_fRange

float Trinity::AllWorldObjectsInRange::m_fRange
private

Definition at line 1699 of file GridNotifiers.h.

◆ m_pObject

WorldObject const* Trinity::AllWorldObjectsInRange::m_pObject
private

Definition at line 1698 of file GridNotifiers.h.


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