MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / OnEngineClosed

Method OnEngineClosed

ZEngine/src/Engine.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 bool Engine::OnEngineClosed(Event::EngineClosedEvent& event) {
45 m_request_terminate = true;
46 return true;
47 }
48
49 void Engine::Start() {
50 m_request_terminate = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected