Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ I_NetDone
Function
I_NetDone
source/common/engine/i_net.cpp:1091–1094 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1089
return StartWindow->NetLoop(timer_callback, userdata);
1090
}
1091
void I_NetDone()
1092
{
1093
StartWindow->NetDone();
1094
}
1095
#ifdef __WIN32__
1096
const char *neterror (void)
1097
{
Callers
2
D_ArbitrateNetStart
Function · 0.85
ShowErrorPane
Method · 0.85
Calls
1
NetDone
Method · 0.45
Tested by
no test coverage detected