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

Method getName

bwapi/BWAPI/Source/BWAPI/Map.cpp:52–55  ·  view source on GitHub ↗

------------------------------------------------ GET NAME ------------------------------------------------

Source from the content-addressed store, hash-verified

50 }
51 //------------------------------------------------ GET NAME ------------------------------------------------
52 std::string Map::getName()
53 {
54 return BW::BWDATA::Game.mapTitle;
55 }
56 void Map::copyToSharedMemory()
57 {
58 const int width = getWidth();

Callers 15

onGameStartMethod · 0.45
vSendTextExMethod · 0.45
onMatchStartMethod · 0.45
writeTechInfoFunction · 0.45
docEnumFunction · 0.45
docBeginFunction · 0.45
docIntroFunction · 0.45
writeUnitInfoFunction · 0.45
writeRaceInfoFunction · 0.45
mainFunction · 0.45
showPlayersFunction · 0.45
showForcesFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_CLASSFunction · 0.36
TEST_METHODFunction · 0.36