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

Method startEngine

engine/source/runtime/engine.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 std::unordered_set<std::string> g_editor_tick_component_types {};
19
20 void PiccoloEngine::startEngine(const std::string& config_file_path)
21 {
22 Reflection::TypeMetaRegister::Register();
23
24 g_runtime_global_context.startSystems(config_file_path);
25
26 LOG_INFO("engine start");
27 }
28
29 void PiccoloEngine::shutdownEngine()
30 {

Callers 1

mainFunction · 0.80

Calls 1

startSystemsMethod · 0.80

Tested by

no test coverage detected