MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SetStatusProvider

Method SetStatusProvider

Sources/Jazz2/Multiplayer/NetworkManager.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void NetworkManager::SetStatusProvider(std::weak_ptr<IServerStatusProvider> statusProvider)
175 {
176 if (_discovery != nullptr) {
177 _discovery->SetStatusProvider(std::move(statusProvider));
178 }
179 }
180
181 ServerConfiguration NetworkManager::CreateDefaultServerConfiguration()
182 {

Callers 1

SetStateHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected