Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void CConsole::CResult::AddArgument(const char *pArg)
45
{
46
m_apArgs[m_NumArgs++] = pArg;
47
}
48
49
void CConsole::CResult::RemoveArgument(unsigned Index)
50
{
Callers
2
ParseArgs
Method · 0.80
ExecuteLineStroked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected