ClientDisconnectedEventArgs Class
Namespace: Riptide
Assembly: RiptideNetworking.dll
Contains event data for when a non-local client disconnects from the server.
public class ClientDisconnectedEventArgs : EventArgs
Inherited Members
Constructors
| ClientDisconnectedEventArgs(ushort) | Initializes event data. |
Fields
| Id | The numeric ID of the client that disconnected. |