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

Method AutoMenuManager

bwapi/BWAPI/Source/BWAPI/AutoMenuManager.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24AutoMenuManager::AutoMenuManager()
25{
26 auto const seedOverride = LoadConfigInt("starcraft", "seed_override", std::numeric_limits<decltype(GameImpl::seedOverride)>::max());
27 if (seedOverride != std::numeric_limits<decltype(seedOverride)>::max())
28 mt.seed(seedOverride);
29 this->reloadConfig();
30}
31
32void AutoMenuManager::reloadConfig()
33{

Callers

nothing calls this directly

Calls 2

reloadConfigMethod · 0.95
LoadConfigIntFunction · 0.85

Tested by

no test coverage detected