Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
746
void CLevel::OnSessionTerminate(LPCSTR reason) { MainMenu()->OnSessionTerminate(reason); }
747
748
void CLevel::OnDestroyObject(u16 id) { m_just_destroyed.push_back(id); }
749
Callers
nothing calls this directly
Calls
1
MainMenu
Function · 0.85
Tested by
no test coverage detected