MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_Version

Function UI_Version

code/ui/ui_main.cpp:3695–3702  ·  view source on GitHub ↗

================= UI_Version ================= */

Source from the content-addressed store, hash-verified

3693=================
3694*/
3695static void UI_Version(rectDef_t *rect, float scale, vec4_t color, int iFontIndex)
3696{
3697 int width;
3698
3699 width = DC->textWidth(Q3_VERSION, scale, 0);
3700
3701 DC->drawText(rect->x - width, rect->y, scale, color, Q3_VERSION, 0, ITEM_TEXTSTYLE_SHADOWED, iFontIndex);
3702}
3703
3704/*
3705=================

Callers 1

UI_OwnerDrawFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected