MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / StartServers

Method StartServers

neo/framework/async/ServerScan.cpp:233–237  ·  view source on GitHub ↗

================ idServerScan::StartServers ================ */

Source from the content-addressed store, hash-verified

231================
232*/
233void idServerScan::StartServers( bool timeout ) {
234 incoming_net = true;
235 incoming_useTimeout = timeout;
236 incoming_lastTime = Sys_Milliseconds() + REFRESH_START;
237}
238
239/*
240================

Callers 1

GetNETServersMethod · 0.80

Calls 1

Sys_MillisecondsFunction · 0.85

Tested by

no test coverage detected