MCPcopy Create free account
hub / github.com/TurningWheel/Barony / destroyLoadingScreen

Function destroyLoadingScreen

src/ui/LoadingScreen.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void destroyLoadingScreen() {
286 std::lock_guard<std::mutex> lock(loading_mutex);
287 gui->remove("loading_frame");
288 loading_fb.destroy();
289}

Callers 7

unloadModsMethod · 0.85
loadModsMethod · 0.85
reloadModelsFunction · 0.85
gameLogicFunction · 0.85
initAppFunction · 0.85
initGameFunction · 0.85
changeLevelFunction · 0.85

Calls 2

removeMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected