Server.Clients Property
Namespace: Riptide
Assembly: RiptideNetworking.dll
Clients
An array of all the currently connected clients.
public Connection[] Clients { get; }
Property Value
Connection[]Remarks
The position of each Connection instance in the array does not correspond to that client's numeric ID (except by coincidence).