|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| NearestHostileUnitInAggroRangeCheck (Creature const *creature, bool useLOS=false) | |
| bool | operator() (Unit *u) |
Private Member Functions | |
| NearestHostileUnitInAggroRangeCheck (NearestHostileUnitInAggroRangeCheck const &) | |
Private Attributes | |
| Creature const * | _me |
| bool | _useLOS |
Definition at line 1102 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 1105 of file GridNotifiers.h.
Referenced by NearestHostileUnitInAggroRangeCheck().
|
private |
References NearestHostileUnitInAggroRangeCheck().
|
inline |
Definition at line 1108 of file GridNotifiers.h.
References _me, _useLOS, Unit::IsHostileTo(), WorldObject::IsWithinDistInMap(), and WorldObject::IsWithinLOSInMap().
|
private |
Definition at line 1126 of file GridNotifiers.h.
Referenced by NearestHostileUnitInAggroRangeCheck(), and operator()().
|
private |
Definition at line 1127 of file GridNotifiers.h.
Referenced by NearestHostileUnitInAggroRangeCheck(), and operator()().