MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / OnSessionTerminate

Method OnSessionTerminate

ogsr_engine/xrGame/Level.cpp:746–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744//}
745
746void CLevel::OnSessionTerminate(LPCSTR reason) { MainMenu()->OnSessionTerminate(reason); }
747
748void CLevel::OnDestroyObject(u16 id) { m_just_destroyed.push_back(id); }
749

Callers

nothing calls this directly

Calls 1

MainMenuFunction · 0.85

Tested by

no test coverage detected