MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / shutdownEngine

Method shutdownEngine

engine/source/runtime/engine.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void PiccoloEngine::shutdownEngine()
30 {
31 LOG_INFO("engine shutdown");
32
33 g_runtime_global_context.shutdownSystems();
34
35 Reflection::TypeMetaRegister::Unregister();
36 }
37
38 void PiccoloEngine::initialize() {}
39 void PiccoloEngine::clear() {}

Callers 3

showEditorMenuMethod · 0.80
onWindowClosedMethod · 0.80
mainFunction · 0.80

Calls 1

shutdownSystemsMethod · 0.80

Tested by

no test coverage detected