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

Method RegisterPPDraw

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

Source from the content-addressed store, hash-verified

441}
442
443void CMainMenu::RegisterPPDraw(CUIWindow* w)
444{
445 UnregisterPPDraw(w);
446 m_pp_draw_wnds.push_back(w);
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

Callers 1

SetPPModeMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected