TrinityCore
Trinity::AllCreaturesOfEntryInRange Class Reference

#include <GridNotifiers.h>

Public Member Functions

 AllCreaturesOfEntryInRange (WorldObject const *object, uint32 entry, float maxRange=0.0f)
 
bool operator() (Unit *unit) const
 

Private Attributes

WorldObject const * m_pObject
 
uint32 m_uiEntry
 
float m_fRange
 

Detailed Description

Definition at line 1620 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AllCreaturesOfEntryInRange()

Trinity::AllCreaturesOfEntryInRange::AllCreaturesOfEntryInRange ( WorldObject const *  object,
uint32  entry,
float  maxRange = 0.0f 
)
inline

Definition at line 1623 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::AllCreaturesOfEntryInRange::operator() ( Unit unit) const
inline

Definition at line 1625 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_fRange

float Trinity::AllCreaturesOfEntryInRange::m_fRange
private

Definition at line 1647 of file GridNotifiers.h.

◆ m_pObject

WorldObject const* Trinity::AllCreaturesOfEntryInRange::m_pObject
private

Definition at line 1645 of file GridNotifiers.h.

◆ m_uiEntry

uint32 Trinity::AllCreaturesOfEntryInRange::m_uiEntry
private

Definition at line 1646 of file GridNotifiers.h.


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