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

Method GetString

src/engine/shared/console.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58const char *CConsole::CResult::GetString(unsigned Index) const
59{
60 if(Index >= m_NumArgs)
61 return "";
62 return m_apArgs[Index];
63}
64
65int CConsole::CResult::GetInteger(unsigned Index) const
66{

Callers 6

ParseArgsMethod · 0.45
ExecuteLineStrokedMethod · 0.45
Con_EchoMethod · 0.45
Con_ExecMethod · 0.45
ConCommandAccessMethod · 0.45
ConCommandStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected