Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ OnRconLine
Method
OnRconLine
src/game/client/gameclient.cpp:1374–1377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1372
}
1373
1374
void CGameClient::OnRconLine(const char *pLine)
1375
{
1376
m_GameConsole.PrintLine(CGameConsole::CONSOLETYPE_REMOTE, pLine);
1377
}
1378
1379
void CGameClient::ProcessEvents()
1380
{
Callers
1
ProcessServerPacket
Method · 0.80
Calls
1
PrintLine
Method · 0.80
Tested by
no test coverage detected