#include "GridNotifiers.h"
◆ AllDeadCreaturesInRange()
| Acore::AllDeadCreaturesInRange::AllDeadCreaturesInRange |
( |
WorldObject const * |
obj, |
|
|
float |
range, |
|
|
bool |
reqAlive = true |
|
) |
| |
|
inline |
float _range
Definition GridNotifiers.h:1609
WorldObject const * _obj
Definition GridNotifiers.h:1608
bool _reqAlive
Definition GridNotifiers.h:1610
◆ operator()()
| bool Acore::AllDeadCreaturesInRange::operator() |
( |
Unit * |
unit | ) |
const |
|
inline |
1595 {
1597 {
1598 return false;
1599 }
1601 {
1602 return false;
1603 }
1604 return true;
1605 }
bool IsAlive() const
Definition Unit.h:1793
bool IsWithinDistInMap(WorldObject const *obj, float dist2compare, bool is3D=true, bool incOwnRadius=true, bool incTargetRadius=true) const
Definition Object.cpp:1381
References _obj, _range, _reqAlive, Unit::IsAlive(), and WorldObject::IsWithinDistInMap().
◆ _obj
| WorldObject const* Acore::AllDeadCreaturesInRange::_obj |
|
private |
◆ _range
| float Acore::AllDeadCreaturesInRange::_range |
|
private |
◆ _reqAlive
| bool Acore::AllDeadCreaturesInRange::_reqAlive |
|
private |
The documentation for this class was generated from the following file: