BWAPI
Public Member Functions
DefaultWalkTest Class Reference

#include <PathFinder.h>

List of all members.

Public Member Functions

bool operator() (WalkPosition position)

Detailed Description

Definition at line 70 of file PathFinder.h.


Member Function Documentation

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);
        }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines