MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / grtext_Flush

Function grtext_Flush

grtext/grtext.cpp:515–518  ·  view source on GitHub ↗

renders all text in buffer and clears buffer. USUALLY CALL THIS TO RENDER TEXT

Source from the content-addressed store, hash-verified

513
514// renders all text in buffer and clears buffer. USUALLY CALL THIS TO RENDER TEXT
515void grtext_Flush() {
516 grtext_Render();
517 grtext_Reset();
518}
519
520// renders all text but DOESN'T flush buffer
521void grtext_Render() {

Callers 15

FontKernFunction · 0.85
message_boxFunction · 0.85
FontCreateFunction · 0.85
FontViewFunction · 0.85
ui_EndDrawFunction · 0.85
ui_DrawStringFunction · 0.85
ui_DrawCenteredStringFunction · 0.85
GameRenderFrameFunction · 0.85
DrawPlayerNameOnHudFunction · 0.85
RenderAuxHUDFrameFunction · 0.85
RenderHUDItemsFunction · 0.85
RenderMissileReticleFunction · 0.85

Calls 2

grtext_RenderFunction · 0.85
grtext_ResetFunction · 0.85

Tested by

no test coverage detected