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

Method FooBot

examples/bot_simple.cc:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 uint32_t restarts_;
11
12 FooBot() :
13 restarts_(0) {
14 }
15
16 virtual void OnGameStart() final {
17 std::cout << "Starting a new game (" << restarts_ << " restarts)" << std::endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected