MCPcopy 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}
1091void I_NetDone()
1092{
1093 StartWindow->NetDone();
1094}
1095#ifdef __WIN32__
1096const char *neterror (void)
1097{

Callers 2

D_ArbitrateNetStartFunction · 0.85
ShowErrorPaneMethod · 0.85

Calls 1

NetDoneMethod · 0.45

Tested by

no test coverage detected