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

Method mapHash

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:371–374  ·  view source on GitHub ↗

----------------------------------------------- GET MAP HASH ---------------------------------------------

Source from the content-addressed store, hash-verified

369 }
370 //----------------------------------------------- GET MAP HASH ---------------------------------------------
371 std::string GameImpl::mapHash() const
372 {
373 return Map::getMapHash();
374 }
375 //--------------------------------------------- IS WALKABLE ------------------------------------------------
376 bool GameImpl::isWalkable(int x, int y) const
377 {

Callers 2

onMatchStartMethod · 0.45
onStartMethod · 0.45

Calls

no outgoing calls

Tested by 1

onStartMethod · 0.36