MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CreateGraphicsEngine

Method CreateGraphicsEngine

engine/Poseidon/Core/Application.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87{
88 // Default: headless dummy engine (server, tools)
89 return CreateEngineDummy();
90}
91
92void AppPause(bool f)
93{
94 if (f)
95 {
96 GApp->m_appPaused = true;

Callers 1

CreateEngineWithParamsFunction · 0.45

Calls 1

CreateEngineDummyFunction · 0.85

Tested by

no test coverage detected