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

Method SetTextColor

ogsr_engine/xrGame/ui/UIStatic.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void CUIStatic::SetTextColor(u32 color)
462{
463 CREATE_LINES;
464 m_pLines->SetTextColor(color);
465}
466
467u32 CUIStatic::GetTextColor()
468{

Callers 1

DrawHighlightedTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected