MCPcopy Create free account
hub / github.com/ZDoom/Raze / I_NetLoop

Function I_NetLoop

source/common/engine/i_net.cpp:1087–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085 StartWindow->NetInit(msg, num);
1086}
1087bool I_NetLoop(bool (*timer_callback)(void*), void* userdata)
1088{
1089 return StartWindow->NetLoop(timer_callback, userdata);
1090}
1091void I_NetDone()
1092{
1093 StartWindow->NetDone();

Callers 3

D_ArbitrateNetStartFunction · 0.85
HostGameFunction · 0.85
JoinGameFunction · 0.85

Calls 1

NetLoopMethod · 0.45

Tested by

no test coverage detected