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

Method GetTextColor

ogsr_engine/xrGame/ui/UIStatic.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467u32 CUIStatic::GetTextColor()
468{
469 CREATE_LINES;
470 return m_pLines->GetTextColor();
471}
472
473u32& CUIStatic::GetTextColorRef() { return m_pLines->GetTextColorRef(); }
474

Callers 9

OnFocusLostMethod · 0.45
UpdateMethod · 0.45
DrawHighlightedTextMethod · 0.45
InitMethod · 0.45
SetSelectedMethod · 0.45
OnRenderMethod · 0.45
DrawHighlightedTextMethod · 0.45
InitMethod · 0.45
SetSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected