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

Function UI_DrawEffects

code/ui/ui_main.cpp:3684–3688  ·  view source on GitHub ↗

================= UI_DrawEffects ================= */

Source from the content-addressed store, hash-verified

3682=================
3683*/
3684static void UI_DrawEffects(rectDef_t *rect, float scale, vec4_t color)
3685{
3686 UI_DrawHandlePic( rect->x, rect->y - 14, 128, 8, 0/*uiInfo.uiDC.Assets.fxBasePic*/ );
3687 UI_DrawHandlePic( rect->x + uiInfo.effectsColor * 16 + 8, rect->y - 16, 16, 12, 0/*uiInfo.uiDC.Assets.fxPic[uiInfo.effectsColor]*/ );
3688}
3689
3690/*
3691=================

Callers 1

UI_OwnerDrawFunction · 0.85

Calls 1

UI_DrawHandlePicFunction · 0.70

Tested by

no test coverage detected