#include "GridNotifiers.h"
◆ NearestVisibleDetectableContestedGuardUnitCheck() [1/2]
| Acore::NearestVisibleDetectableContestedGuardUnitCheck::NearestVisibleDetectableContestedGuardUnitCheck |
( |
Unit const * |
unit | ) |
|
|
inlineexplicit |
Unit const * me
Definition GridNotifiers.h:1255
◆ NearestVisibleDetectableContestedGuardUnitCheck() [2/2]
◆ operator()()
| bool Acore::NearestVisibleDetectableContestedGuardUnitCheck::operator() |
( |
Unit * |
u | ) |
|
|
inline |
1240 {
1242 {
1243 return false;
1244 }
1245
1247 {
1248 return false;
1249 }
1250
1251 return true;
1252 }
bool IsContestedGuard() const
Definition Unit.h:1007
bool CanSeeOrDetect(WorldObject const *obj, bool ignoreStealth=false, bool distanceCheck=false, bool checkAlert=false) const
Definition Object.cpp:1733
References WorldObject::CanSeeOrDetect(), Unit::IsContestedGuard(), and me.
◆ me
| Unit const* Acore::NearestVisibleDetectableContestedGuardUnitCheck::me |
|
private |
The documentation for this class was generated from the following file: