BWAPI
|
Public Member Functions | |
int | operator() (TilePosition currentTile, TilePosition previousTile, int gTotal) |
Definition at line 82 of file PathFinder.cpp.
int FleeGValue::operator() | ( | TilePosition | currentTile, |
TilePosition | previousTile, | ||
int | gTotal | ||
) | [inline] |
Definition at line 85 of file PathFinder.cpp.
{
return gTotal + 1;
}