MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / PrevPos

Method PrevPos

engine/Poseidon/UI/Controls/UIControls.cpp:1182–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180
1181 FormatText();
1182
1183 int n = strlen(text);
1184 saturateMin(_blockBegin, n);
1185 saturateMin(_blockEnd, n);
1186 saturateMin(_firstVisible, n);
1187 EnsureVisible(_blockEnd);
1188}

Callers

nothing calls this directly

Calls 4

PrevTextElementPosFunction · 0.85
GetLangIDFunction · 0.85
GetLangIDMethod · 0.80
GetTextFunction · 0.50

Tested by

no test coverage detected