MCPcopy Create free account
hub / github.com/ddnet/ddnet / Set

Method Set

src/game/client/lineinput.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void CLineInput::Set(const char *pString)
54{
55 str_copy(m_pStr, pString, m_MaxSize);
56 UpdateStrData();
57 SetCursorOffset(m_Len);
58}
59
60void CLineInput::SetRange(const char *pString, size_t Begin, size_t End)
61{

Callers 15

LoadMapSettingsMethod · 0.45
ConTuneParamMethod · 0.45
ConTuneZoneMethod · 0.45
RenderSettingsTee7Method · 0.45
RenderPlayerMethod · 0.45
UpdateInputsMethod · 0.45
OnInputMethod · 0.45
SetSearchingMethod · 0.45
RenderDemoPlayerMethod · 0.45

Calls 1

str_copyFunction · 0.50

Tested by

no test coverage detected