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

Function serverProcess

Engine/source/app/game.cpp:270–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270bool serverProcess(U32 timeDelta)
271{
272 bool ret = true;
273#ifndef TORQUE_TGB_ONLY
274 ret = ServerProcessList::get()->advanceTime(timeDelta);
275#else
276 ret = gt2dNetworkServerProcess.advanceTime( timeDelta );
277#endif
278 return ret;
279}
280

Callers 1

processTimeEventFunction · 0.85

Calls 2

getFunction · 0.50
advanceTimeMethod · 0.45

Tested by

no test coverage detected