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

Method hasCreep

bwapi/BWAPILIB/Source/Game.cpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
688 }
689 Unitset Game::getUnitsOnTile(int tileX, int tileY, const UnitFilter &pred) const
690 {
691 return this->getUnitsOnTile(TilePosition(tileX,tileY), pred);

Callers 2

canBuildHereFunction · 0.45
onStartMethod · 0.45

Calls

no outgoing calls

Tested by 1

onStartMethod · 0.36