Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
u32 CUIStatic::GetTextColor()
468
{
469
CREATE_LINES;
470
return m_pLines->GetTextColor();
471
}
472
473
u32& CUIStatic::GetTextColorRef() { return m_pLines->GetTextColorRef(); }
474
Callers
9
OnFocusLost
Method · 0.45
Update
Method · 0.45
DrawHighlightedText
Method · 0.45
Init
Method · 0.45
SetSelected
Method · 0.45
OnRender
Method · 0.45
DrawHighlightedText
Method · 0.45
Init
Method · 0.45
SetSelected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected