#include "GridNotifiers.h"
◆ NearestGameObjectCheck() [1/2]
Acore::NearestGameObjectCheck::NearestGameObjectCheck |
( |
WorldObject const & |
obj | ) |
|
|
inline |
float i_range
Definition: GridNotifiers.h:717
WorldObject const & i_obj
Definition: GridNotifiers.h:716
◆ NearestGameObjectCheck() [2/2]
◆ operator()()
bool Acore::NearestGameObjectCheck::operator() |
( |
GameObject * |
go | ) |
|
|
inline |
707 {
709 {
711 return true;
712 }
713 return false;
714 }
bool IsWithinDistInMap(WorldObject const *obj, float dist2compare, bool is3D=true, bool useBoundingRadius=true) const
Definition: Object.cpp:1321
float GetDistance(WorldObject const *obj) const
Definition: Object.cpp:1245
References WorldObject::GetDistance(), i_obj, i_range, and WorldObject::IsWithinDistInMap().
◆ i_obj
WorldObject const& Acore::NearestGameObjectCheck::i_obj |
|
private |
◆ i_range
float Acore::NearestGameObjectCheck::i_range |
|
private |