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

Method ResetErrorString

src/engine/shared/network_server.cpp:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752void CNetServer::ResetErrorString(int ClientId)
753{
754 m_aSlots[ClientId].m_Connection.ResetErrorString();
755}
756
757const char *CNetServer::ErrorString(int ClientId)
758{

Callers 2

DemoPlayer_PlayMethod · 0.45
ResetNetErrorStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected