#include "GridNotifiers.h"
◆ NearestVisibleDetectableContestedGuardUnitCheck() [1/2]
| Acore::NearestVisibleDetectableContestedGuardUnitCheck::NearestVisibleDetectableContestedGuardUnitCheck |
( |
Unit const * |
unit | ) |
|
|
inlineexplicit |
Unit const * me
Definition GridNotifiers.h:1285
◆ NearestVisibleDetectableContestedGuardUnitCheck() [2/2]
◆ operator()()
| bool Acore::NearestVisibleDetectableContestedGuardUnitCheck::operator() |
( |
Unit * |
u | ) |
|
|
inline |
1270 {
1272 {
1273 return false;
1274 }
1275
1277 {
1278 return false;
1279 }
1280
1281 return true;
1282 }
bool IsContestedGuard() const
Definition Unit.h:1029
bool CanSeeOrDetect(WorldObject const *obj, bool ignoreStealth=false, bool distanceCheck=false, bool checkAlert=false) const
Definition Object.cpp:1756
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: