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

Method SetElipsis

ogsr_engine/xrGame/ui/UIStatic.cpp:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void CUIStatic::SetElipsis(EElipsisPosition pos, int indent)
570{
571#pragma todo("Satan->Satan : need adaptation")
572 m_ElipsisPos = pos;
573 m_iElipsisIndent = indent;
574}
575
576void CUIStatic::SetClipRect(Frect r) { m_ClipRect = r; }
577

Callers 4

InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected