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

Method isExplored

bwapi/BWAPILIB/Source/Game.cpp:681–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 return this->isVisible(position.x, position.y);
680 }
681 bool Game::isExplored(TilePosition position) const
682 {
683 return this->isExplored(position.x, position.y);
684 }
685 bool Game::hasCreep(TilePosition position) const
686 {
687 return this->hasCreep(position.x, position.y);

Callers 3

canBuildHereFunction · 0.45
drawVisibilityDataFunction · 0.45
onStartMethod · 0.45

Calls

no outgoing calls

Tested by 1

onStartMethod · 0.36