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

Function processHeartbeat

Engine/source/app/net/serverQuery.cpp:1438–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436//-----------------------------------------------------------------------------
1437
1438static void processHeartbeat(U32 seq)
1439{
1440 if(seq != gHeartbeatSeq)
1441 return;
1442 sendHeartbeat( 0 );
1443 Sim::postEvent( Sim::getRootGroup(), new HeartbeatEvent(seq), Sim::getCurrentTime() + gHeartbeatInterval );
1444}
1445
1446//-----------------------------------------------------------------------------
1447

Callers 2

processMethod · 0.85
DefineConsoleFunctionFunction · 0.85

Calls 4

sendHeartbeatFunction · 0.85
getRootGroupFunction · 0.85
postEventFunction · 0.50
getCurrentTimeFunction · 0.50

Tested by

no test coverage detected