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

Method OnRender

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

Source from the content-addressed store, hash-verified

315
316extern void draw_wnds_rects();
317void CMainMenu::OnRender()
318{
319 if (m_Flags.test(flGameSaveScreenshot))
320 return;
321
322 // if (g_pGameLevel)
323 Render->Calculate();
324
325 Render->Render();
326 // if (!OnRenderPPUI_query())
327 {
328 DoRenderDialogs();
329 UI()->RenderFont();
330 draw_wnds_rects();
331 }
332}
333
334void CMainMenu::OnRenderPPUI_main()
335{

Callers

nothing calls this directly

Calls 6

UIFunction · 0.85
draw_wnds_rectsFunction · 0.85
RenderFontMethod · 0.80
testMethod · 0.45
CalculateMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected