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

Method UnregisterPPDraw

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

Source from the content-addressed store, hash-verified

447}
448
449void CMainMenu::UnregisterPPDraw(CUIWindow* w) { m_pp_draw_wnds.erase(std::remove(m_pp_draw_wnds.begin(), m_pp_draw_wnds.end(), w), m_pp_draw_wnds.end()); }
450
451void CMainMenu::SetErrorDialog(EErrorDlg ErrDlg) { m_NeedErrDialog = ErrDlg; };
452

Callers 2

ResetPPModeMethod · 0.80
~CUIWindowMethod · 0.80

Calls 3

eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected