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

Method DestroyInternal

ogsr_engine/xrGame/MainMenu.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459};
460
461void CMainMenu::DestroyInternal(bool bForce)
462{
463 if (m_startDialog && ((m_deactivated_frame < Device.dwFrame + 4) || bForce))
464 xr_delete(m_startDialog);
465}
466
467void CMainMenu::OnSessionTerminate(LPCSTR reason)
468{

Callers 2

OnFrameMethod · 0.80
unloadMethod · 0.80

Calls 1

xr_deleteFunction · 0.85

Tested by

no test coverage detected