#include "GridNotifiers.h"
◆ PlayerAtMinimumRangeAway()
| Acore::PlayerAtMinimumRangeAway::PlayerAtMinimumRangeAway |
( |
Unit const * |
unit, |
|
|
float |
fMinRange |
|
) |
| |
|
inline |
float fRange
Definition GridNotifiers.h:1628
Unit const * unit
Definition GridNotifiers.h:1627
◆ operator()()
| bool Acore::PlayerAtMinimumRangeAway::operator() |
( |
Player * |
player | ) |
|
|
inline |
1618 {
1619
1621 return true;
1622
1623 return false;
1624 }
bool IsGameMaster() const
Definition Player.h:1178
bool IsAlive() const
Definition Unit.h:1793
bool IsWithinDist(WorldObject const *obj, float dist2compare, bool is3D=true, bool incOwnRadius=true, bool incTargetRadius=true) const
Definition Object.cpp:1376
References fRange, Unit::IsAlive(), Player::IsGameMaster(), WorldObject::IsWithinDist(), and unit.
◆ fRange
| float Acore::PlayerAtMinimumRangeAway::fRange |
|
private |
◆ unit
| Unit const* Acore::PlayerAtMinimumRangeAway::unit |
|
private |
The documentation for this class was generated from the following file: