Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
752
void CNetServer::ResetErrorString(int ClientId)
753
{
754
m_aSlots[ClientId].m_Connection.ResetErrorString();
755
}
756
757
const char *CNetServer::ErrorString(int ClientId)
758
{
Callers
2
DemoPlayer_Play
Method · 0.45
ResetNetErrorString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected