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

Method OnError

tests/test_framework.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 virtual void OnPostStep () {}
59
60 void OnError(const std::vector<ClientError>& /*client_errors*/, const std::vector<std::string>& /*protocol_errors*/ = {}) override { success_ = false; }
61
62private:
63 void OnGameStart() final;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected