MCPcopy 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
542void CUIStatic::SetVTextAlignment(EVTextAlignment al)
543{
544 CREATE_LINES;
545 m_pLines->SetVTextAlignment(al);
546}
547
548void CUIStatic::SetTextAlign_script(u32 align)
549{

Callers 8

CUICustomSpinMethod · 0.45
AddFieldMethod · 0.45
FillUpListMethod · 0.45
CreateListMethod · 0.45
CUIEditBoxExMethod · 0.45
InitTextMethod · 0.45
CUILabelMethod · 0.45
CUICustomEditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected