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

Method StartStopMenu

ogsr_engine/xrGame/MainMenu.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void CMainMenu::StartStopMenu(CUIDialogWnd* pDialog, bool bDoHideIndicators)
376{
377 pDialog->m_bWorkInPause = true;
378 CDialogHolder::StartStopMenu(pDialog, bDoHideIndicators);
379}
380
381// pureFrame
382void CMainMenu::OnFrame()

Callers 15

IR_OnKeyboardPressMethod · 0.45
start_stop_menuFunction · 0.45
RunTalkDialogMethod · 0.45
HideShownDialogsMethod · 0.45
IR_OnKeyboardPressMethod · 0.45
StartTalkMethod · 0.45
StartCarBodyMethod · 0.45
ChangeLevelMethod · 0.45
ShowHidePdaMethod · 0.45
OnOkMethod · 0.45
OnCancelMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected