Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ startHeartbeat
Function
startHeartbeat
engine/source/network/serverQuery.cc:601–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
}
600
601
void startHeartbeat()
602
{
603
if (validateAuthenticatedServer())
604
{
605
gHeartbeatSeq++;
606
processHeartbeat(gHeartbeatSeq); // thump-thump...
607
}
608
}
609
610
void stopHeartBeat()
611
{
Callers
1
serverQuery_ScriptBinding.h
File · 0.85
Calls
2
validateAuthenticatedServer
Function · 0.85
processHeartbeat
Function · 0.85
Tested by
no test coverage detected