MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetColor

Method SetColor

ogsr_engine/xrGame/ui/UIFrameLine.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42//////////////////////////////////////////////////////////////////////////
43
44void CUIFrameLine::SetColor(u32 cl)
45{
46 for (int i = 0; i < flMax; ++i)
47 elements[i].SetColor(cl);
48}
49
50//////////////////////////////////////////////////////////////////////////
51

Callers 15

OnHUDDrawMethod · 0.45
dbg_draw_visionMethod · 0.45
CreateDragItemMethod · 0.45
MakeAddonStaticFunction · 0.45
UpdateListsMethod · 0.45
script_registerMethod · 0.45
SetColorFunction · 0.45
OnRenderMethod · 0.45
SetTextureColorMethod · 0.45
DrawMethod · 0.45
SetWarningIconColorMethod · 0.45
init_addonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected