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

Function I_NetInit

source/common/engine/i_net.cpp:1083–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081 StartWindow->NetProgress(val);
1082}
1083void I_NetInit(const char* msg, int num)
1084{
1085 StartWindow->NetInit(msg, num);
1086}
1087bool I_NetLoop(bool (*timer_callback)(void*), void* userdata)
1088{
1089 return StartWindow->NetLoop(timer_callback, userdata);

Callers 4

D_ArbitrateNetStartFunction · 0.85
HostGameFunction · 0.85
Guest_ContactHostFunction · 0.85
JoinGameFunction · 0.85

Calls 1

NetInitMethod · 0.45

Tested by

no test coverage detected