Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ onDisconnect
Method
onDisconnect
Engine/source/sim/netConnection.cpp:1282–1285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1280
}
1281
1282
void NetConnection::onDisconnect(const char *reason)
1283
{
1284
TORQUE_UNUSED(reason);
1285
}
1286
1287
void NetConnection::onConnectionRejected(const char *reason)
1288
{
Callers
1
handleDisconnect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected