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

Method SetTextAlignment

ogsr_engine/xrGame/ui/UIStatic.cpp:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533// }
534
535void CUIStatic::SetTextAlignment(CGameFont::EAligment align)
536{
537 CREATE_LINES;
538 m_pLines->SetTextAlignment(align);
539 m_pLines->GetFont()->SetAligment((CGameFont::EAligment)align);
540}
541
542void CUIStatic::SetVTextAlignment(EVTextAlignment al)
543{

Callers 7

CUICustomSpinMethod · 0.45
AddFieldMethod · 0.45
SetTextAlign_scriptMethod · 0.45
FillUpListMethod · 0.45
CreateListMethod · 0.45
InitTextMethod · 0.45
InitListBoxMethod · 0.45

Calls 1

GetFontMethod · 0.45

Tested by

no test coverage detected