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

Method GetString

src/game/client/lineinput.h:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 void Append(const char *pString);
132
133 const char *GetString() const { return m_pStr; }
134 const char *GetDisplayedString();
135 size_t GetMaxSize() const { return m_MaxSize; }
136 size_t GetMaxChars() const { return m_MaxChars; }

Callers 7

ConTuneParamMethod · 0.45
ConTuneZoneMethod · 0.45
ConMapbugMethod · 0.45
ConchainMenuMapMethod · 0.45
TranslateGameMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected