MCPcopy 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
1374void CGameClient::OnRconLine(const char *pLine)
1375{
1376 m_GameConsole.PrintLine(CGameConsole::CONSOLETYPE_REMOTE, pLine);
1377}
1378
1379void CGameClient::ProcessEvents()
1380{

Callers 1

ProcessServerPacketMethod · 0.80

Calls 1

PrintLineMethod · 0.80

Tested by

no test coverage detected