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

Method SetUseNewLineMode

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

Source from the content-addressed store, hash-verified

60void CUILines::SetColoringMode(bool mode) { uFlags.set(flColoringMode, mode); }
61
62void CUILines::SetUseNewLineMode(bool mode) { uFlags.set(flRecognizeNewLine, mode); }
63
64void CUILines::Init(float x, float y, float width, float heigt) { CUISimpleWindow::Init(x, y, width, heigt); }
65

Callers 2

CUIEditBoxExMethod · 0.80
CUICustomEditMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected