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

Method init

src/Core/Engine/Engine.cpp:231–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 void Engine::init()
232 {
233 this->initConfig();
234 this->initLogger();
235 this->initScript();
236 this->initTriggers();
237 this->initInput();
238 this->initWindow();
239 this->initCursor();
240 this->initFramerate();
241 this->initPlugins();
242 this->initResources();
243 this->initScene();
244 m_initialized = true;
245 }
246
247 void Engine::run()
248 {

Callers 4

startGameFunction · 0.45
PluginMethod · 0.45
initInputMethod · 0.45
AudioManagerMethod · 0.45

Calls 11

initConfigMethod · 0.95
initLoggerMethod · 0.95
initScriptMethod · 0.95
initTriggersMethod · 0.95
initInputMethod · 0.95
initWindowMethod · 0.95
initCursorMethod · 0.95
initFramerateMethod · 0.95
initPluginsMethod · 0.95
initResourcesMethod · 0.95
initSceneMethod · 0.95

Tested by

no test coverage detected