MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / OnReceiveContentInfo

Method OnReceiveContentInfo

src/bootstrap_gui.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 void OnReceiveContentInfo(const ContentInfo &ci) override
277 {
278 /* And once the meta data is received, start downloading it. */
279 _network_content_client.Select(ci.id);
280 new BootstrapContentDownloadStatusWindow();
281 this->Close();
282 }
283};
284
285#endif /* defined(WITH_FREETYPE) */

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.95
SelectMethod · 0.80

Tested by

no test coverage detected