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

Method SetTextComplexMode

ogsr_engine/xrGame/ui/UILines.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42CUILines::~CUILines() {}
43
44void CUILines::SetTextComplexMode(bool mode)
45{
46 uFlags.set(flComplexMode, mode);
47 if (mode)
48 uFlags.set(flPasswordMode, FALSE);
49}
50
51bool CUILines::GetTextComplexMode() const { return uFlags.test(flComplexMode) ? true : false; }
52

Callers 13

InitCharacterMethod · 0.45
AddIconedPdaMessageMethod · 0.45
SetSelectedMethod · 0.45
CUIEditKeyBindMethod · 0.45
LoadMethod · 0.45
FillUpListMethod · 0.45
InitItemMethod · 0.45
CUIEditBoxMethod · 0.45
CreateListMethod · 0.45
CUIEditBoxExMethod · 0.45
InitStaticMethod · 0.45
InitTextMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected