#include "GridNotifiers.h"
◆ AllCreaturesOfEntryInRange()
| Acore::AllCreaturesOfEntryInRange::AllCreaturesOfEntryInRange |
( |
WorldObject const * |
object, |
|
|
uint32 |
entry, |
|
|
float |
maxRange |
|
) |
| |
|
inline |
float m_fRange
Definition GridNotifiers.h:1487
uint32 m_uiEntry
Definition GridNotifiers.h:1486
WorldObject const * m_pObject
Definition GridNotifiers.h:1485
◆ operator()()
| bool Acore::AllCreaturesOfEntryInRange::operator() |
( |
Unit * |
unit | ) |
|
|
inline |
1477 {
1479 return true;
1480
1481 return false;
1482 }
uint32 GetEntry() const
Definition Object.h:116
bool IsWithinDist(WorldObject const *obj, float dist2compare, bool is3D=true, bool incOwnRadius=true, bool incTargetRadius=true) const
Definition Object.cpp:1349
References Object::GetEntry(), WorldObject::IsWithinDist(), m_fRange, m_pObject, and m_uiEntry.
◆ m_fRange
| float Acore::AllCreaturesOfEntryInRange::m_fRange |
|
private |
◆ m_pObject
| WorldObject const* Acore::AllCreaturesOfEntryInRange::m_pObject |
|
private |
◆ m_uiEntry
| uint32 Acore::AllCreaturesOfEntryInRange::m_uiEntry |
|
private |
The documentation for this class was generated from the following file: