Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetVTextAlignment
Method
SetVTextAlignment
ogsr_engine/xrGame/ui/UIStatic.cpp:542–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
void CUIStatic::SetVTextAlignment(EVTextAlignment al)
543
{
544
CREATE_LINES;
545
m_pLines->SetVTextAlignment(al);
546
}
547
548
void CUIStatic::SetTextAlign_script(u32 align)
549
{
Callers
8
CUICustomSpin
Method · 0.45
AddField
Method · 0.45
FillUpList
Method · 0.45
CreateList
Method · 0.45
CUIEditBoxEx
Method · 0.45
InitText
Method · 0.45
CUILabel
Method · 0.45
CUICustomEdit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected