MCPcopy 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
1282void NetConnection::onDisconnect(const char *reason)
1283{
1284 TORQUE_UNUSED(reason);
1285}
1286
1287void NetConnection::onConnectionRejected(const char *reason)
1288{

Callers 1

handleDisconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected