|
BWAPI
|
#include <PathFinder.h>
Public Member Functions | |
| bool | operator() (WalkPosition position) |
Definition at line 70 of file PathFinder.h.
| bool DefaultWalkTest::operator() | ( | WalkPosition | position | ) | [inline] |
Definition at line 73 of file PathFinder.h.
References BWAPI::Broodwar, BWAPI::Game::isWalkable(), WalkPosition::x, and WalkPosition::y.
{
return BWAPI::Broodwar->isWalkable(position.x, position.y);
}

1.7.6.1