MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / serverProcess

Function serverProcess

Engine/source/app/game.cpp:286–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286bool serverProcess(U32 timeDelta)
287{
288 bool ret = true;
289#ifndef TORQUE_TGB_ONLY
290 ret = ServerProcessList::get()->advanceTime(timeDelta);
291#else
292 ret = gt2dNetworkServerProcess.advanceTime( timeDelta );
293#endif
294 return ret;
295}
296

Callers 1

processTimeEventFunction · 0.85

Calls 2

getFunction · 0.50
advanceTimeMethod · 0.45

Tested by

no test coverage detected