Property ConnectedClients
ConnectedClients
Gets a dictionary of connected clients and their clientId keys. This is only accessible on the server.
Declaration
public IReadOnlyDictionary<ulong, NetworkClient> ConnectedClients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<ulong, NetworkClient> |