TrinityCore
Trinity::AllGameObjectsWithEntryInRange Class Reference

#include <GridNotifiers.h>

Public Member Functions

 AllGameObjectsWithEntryInRange (WorldObject const *object, uint32 entry, float maxRange)
 
bool operator() (GameObject *go) const
 

Private Attributes

WorldObject const * m_pObject
 
uint32 m_uiEntry
 
float m_fRange
 

Detailed Description

Definition at line 1601 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AllGameObjectsWithEntryInRange()

Trinity::AllGameObjectsWithEntryInRange::AllGameObjectsWithEntryInRange ( WorldObject const *  object,
uint32  entry,
float  maxRange 
)
inline

Definition at line 1604 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::AllGameObjectsWithEntryInRange::operator() ( GameObject go) const
inline

Definition at line 1606 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_fRange

float Trinity::AllGameObjectsWithEntryInRange::m_fRange
private

Definition at line 1617 of file GridNotifiers.h.

◆ m_pObject

WorldObject const* Trinity::AllGameObjectsWithEntryInRange::m_pObject
private

Definition at line 1615 of file GridNotifiers.h.

◆ m_uiEntry

uint32 Trinity::AllGameObjectsWithEntryInRange::m_uiEntry
private

Definition at line 1616 of file GridNotifiers.h.


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