Server.OnClientDisconnected Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
OnClientDisconnected(Connection, DisconnectReason)
Invokes the ClientDisconnected event.
protected virtual void OnClientDisconnected(Connection connection, DisconnectReason reason)
Parameters
Connection | connection |
The client that disconnected. |
DisconnectReason | reason |
The reason for the disconnection. |