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