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

Method SetPPMode

ogsr_engine/xrGame/ui/UIWindow.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CUIWindow::SetPPMode()
83{
84 m_bPP = true;
85 MainMenu()->RegisterPPDraw(this);
86 Show(false);
87};
88
89void CUIWindow::ResetPPMode()
90{

Callers 1

CUIMMShniagaMethod · 0.80

Calls 3

MainMenuFunction · 0.85
ShowFunction · 0.85
RegisterPPDrawMethod · 0.80

Tested by

no test coverage detected