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

Method isVisible

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:397–400  ·  view source on GitHub ↗

--------------------------------------------- IS VISIBLE -------------------------------------------------

Source from the content-addressed store, hash-verified

395 }
396 //--------------------------------------------- IS VISIBLE -------------------------------------------------
397 bool GameImpl::isVisible(int x, int y) const
398 {
399 return Map::visible(x, y);
400 }
401 //--------------------------------------------- IS EXPLORED ------------------------------------------------
402 bool GameImpl::isExplored(int x, int y) const
403 {

Callers 7

isBuildableMethod · 0.95
hasCreepMethod · 0.95
updateDataMethod · 0.45
isScannerVisibleFunction · 0.45
onMenuFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected