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

Function ui_DrawCenteredString

ui/UIDraw.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void ui_DrawCenteredString(ddgr_color col, int xoff, int y, const char *str) {
277 grtext_SetFlags(m_UITextFlags);
278 grtext_SetAlpha(m_UICharAlpha);
279 grtext_SetColor(col);
280 grtext_CenteredPrintf(xoff, y, str);
281 grtext_Flush();
282}

Callers

nothing calls this directly

Calls 5

grtext_SetFlagsFunction · 0.85
grtext_SetAlphaFunction · 0.85
grtext_SetColorFunction · 0.85
grtext_CenteredPrintfFunction · 0.85
grtext_FlushFunction · 0.85

Tested by

no test coverage detected