MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / OnGameStart

Method OnGameStart

examples/bot_simple.cc:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 virtual void OnGameStart() final {
17 std::cout << "Starting a new game (" << restarts_ << " restarts)" << std::endl;
18 };
19
20 virtual void OnStep() final {
21 uint32_t game_loop = Observation()->GetGameLoop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected