MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / initConfig

Method initConfig

src/Core/Engine/Engine.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace obe::Engine
21{
22 void Engine::initConfig()
23 {
24 m_config.load();
25 }
26
27 void Engine::initTriggers()
28 {

Callers 1

initMethod · 0.95

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected