MCPcopy Create free account
hub / github.com/ZDoom/Raze / DrawOverlays

Function DrawOverlays

source/core/mainloop.cpp:393–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392
393void DrawOverlays()
394{
395 NetUpdate(); // send out any new accumulation
396
397 if (gamestate != GS_INTRO) // do not draw overlays on the intros
398 {
399 // Draw overlay elements
400 CT_Drawer();
401 C_DrawConsole();
402 M_Drawer();
403 FStat::PrintStat(twod);
404 }
405 DrawRateStuff();
406}
407
408//==========================================================================
409//

Callers 1

DisplayFunction · 0.85

Calls 5

NetUpdateFunction · 0.85
CT_DrawerFunction · 0.85
C_DrawConsoleFunction · 0.85
M_DrawerFunction · 0.85
DrawRateStuffFunction · 0.85

Tested by

no test coverage detected