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

Method isBuildable

bwapi/BWAPILIB/Source/Game.cpp:673–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671 return this->getGroundHeight(position.x, position.y);
672 }
673 bool Game::isBuildable(TilePosition position, bool includeBuildings) const
674 {
675 return this->isBuildable(position.x, position.y, includeBuildings);
676 }
677 bool Game::isVisible(TilePosition position) const
678 {
679 return this->isVisible(position.x, position.y);

Callers 4

canBuildHereFunction · 0.45
onStartMethod · 0.45
buildableMethod · 0.45
onStartMethod · 0.45

Calls

no outgoing calls

Tested by 2

onStartMethod · 0.36
onStartMethod · 0.36