#include "GridNotifiers.h"
◆ NearestHostileUnitCheck() [1/2]
Acore::NearestHostileUnitCheck::NearestHostileUnitCheck |
( |
Creature const * |
creature, |
|
|
float |
dist = 0 , |
|
|
bool |
playerOnly = false |
|
) |
| |
|
inlineexplicit |
1190 {
1191 m_range = (dist == 0 ? 9999 : dist);
1192 }
bool i_playerOnly
Definition GridNotifiers.h:1211
Creature const * me
Definition GridNotifiers.h:1209
float m_range
Definition GridNotifiers.h:1210
References m_range.
◆ NearestHostileUnitCheck() [2/2]
◆ operator()()
bool Acore::NearestHostileUnitCheck::operator() |
( |
Unit * |
u | ) |
|
|
inline |
1194 {
1196 return false;
1197
1199 return false;
1200
1202 return false;
1203
1205 return true;
1206 }
bool IsPlayer() const
Definition Object.h:201
bool IsValidAttackTarget(Unit const *target, SpellInfo const *bySpell=nullptr) const
Definition Unit.cpp:13972
bool IsWithinDistInMap(WorldObject const *obj, float dist2compare, bool is3D=true, bool useBoundingRadius=true) const
Definition Object.cpp:1326
float GetDistance(WorldObject const *obj) const
Definition Object.cpp:1250
References WorldObject::GetDistance(), i_playerOnly, Object::IsPlayer(), Unit::IsValidAttackTarget(), WorldObject::IsWithinDistInMap(), m_range, and me.
◆ i_playerOnly
bool Acore::NearestHostileUnitCheck::i_playerOnly |
|
private |
◆ m_range
float Acore::NearestHostileUnitCheck::m_range |
|
private |
◆ me
Creature const* Acore::NearestHostileUnitCheck::me |
|
private |
The documentation for this class was generated from the following file: