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

Method AddArgument

src/engine/shared/console.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void CConsole::CResult::AddArgument(const char *pArg)
45{
46 m_apArgs[m_NumArgs++] = pArg;
47}
48
49void CConsole::CResult::RemoveArgument(unsigned Index)
50{

Callers 2

ParseArgsMethod · 0.80
ExecuteLineStrokedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected