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

Method SetControl

include/sc2api/sc2_proto_interface.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 const std::vector<uint32_t>& GetStats() const { return count_uses_; }
102 void SetControl(ControlInterface* control) { control_ = control; }
103
104 uint32_t GetBaseBuild() const { return base_build_; }
105 const std::string& GetDataVersion() const { return data_version_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected