MCPcopy 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
1277void NetConnection::onDisconnect(const char *reason)
1278{
1279 TORQUE_UNUSED(reason);
1280}
1281
1282void NetConnection::onConnectionRejected(const char *reason)
1283{

Callers 1

handleDisconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected