|
BWAPI
|
#include <PathFinder.h>
Public Member Functions | |
| bool | operator() (TilePosition position) |
Definition at line 61 of file PathFinder.h.
| bool DefaultTileTest::operator() | ( | TilePosition | position | ) | [inline] |
Definition at line 64 of file PathFinder.h.
References Singleton< T >::Instance().
{
return BuildingPlacer::Instance().isTileWalkable(position);
}

1.7.6.1