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

Method NetLoop

source/common/engine/st_start.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 virtual void NetDone() {}
58 virtual void NetClose() {}
59 virtual bool NetLoop(bool (*timer_callback)(void *), void *userdata) { return false; }
60 virtual void AppendStatusLine(const char* status) {}
61 virtual void LoadingStatus(const char* message, int colors) {}
62

Callers 1

I_NetLoopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected