Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::AllCreaturesOfEntryInRange Class Reference

#include <GridNotifiers.h>

Collaboration diagram for Skyfire::AllCreaturesOfEntryInRange:

Public Member Functions

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

Private Attributes

float m_fRange
const WorldObjectm_pObject
uint32 m_uiEntry

Detailed Description

Definition at line 1298 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AllCreaturesOfEntryInRange()

Skyfire::AllCreaturesOfEntryInRange::AllCreaturesOfEntryInRange ( const WorldObject * object,
uint32 entry,
float maxRange )
inline

Definition at line 1301 of file GridNotifiers.h.

References m_fRange, m_pObject, and m_uiEntry.

Member Function Documentation

◆ operator()()

bool Skyfire::AllCreaturesOfEntryInRange::operator() ( Unit * unit)
inline

Definition at line 1302 of file GridNotifiers.h.

References Object::GetEntry(), m_fRange, m_pObject, and m_uiEntry.

Member Data Documentation

◆ m_fRange

float Skyfire::AllCreaturesOfEntryInRange::m_fRange
private

Definition at line 1313 of file GridNotifiers.h.

Referenced by AllCreaturesOfEntryInRange(), and operator()().

◆ m_pObject

const WorldObject* Skyfire::AllCreaturesOfEntryInRange::m_pObject
private

Definition at line 1311 of file GridNotifiers.h.

Referenced by AllCreaturesOfEntryInRange(), and operator()().

◆ m_uiEntry

uint32 Skyfire::AllCreaturesOfEntryInRange::m_uiEntry
private

Definition at line 1312 of file GridNotifiers.h.

Referenced by AllCreaturesOfEntryInRange(), and operator()().


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