MCPcopy Create free account
hub / github.com/bwapi/bwapi / isWalkable

Method isWalkable

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:376–379  ·  view source on GitHub ↗

--------------------------------------------- IS WALKABLE ------------------------------------------------

Source from the content-addressed store, hash-verified

374 }
375 //--------------------------------------------- IS WALKABLE ------------------------------------------------
376 bool GameImpl::isWalkable(int x, int y) const
377 {
378 return Map::walkable(x, y);
379 }
380 //--------------------------------------------- GET GROUND HEIGHT ------------------------------------------
381 int GameImpl::getGroundHeight(int x, int y) const
382 {

Callers 1

onMatchStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected