MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / onDownloadFailed

Method onDownloadFailed

Source/LevelInfoLayer.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void LevelInfoLayer::onDownloadFailed() {
372 auto alert = AlertLayer::create("Error", "Level download failed, please try\nagain later.", "OK", "", NULL, NULL);
373 alert->show();
374 GameToolbox::log("request failed");
375}

Callers

nothing calls this directly

Calls 3

createFunction · 0.85
logFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected