Cronous Emulation Server Daemon

ClientManager.clients Property

Gets the collection of clients.

[Visual Basic]
Public Property ReadOnly clients As Hashtable
[C#]
public Hashtable clients { get; }
[C++]
public: __property Hashtable* get_clients();
[JScript]
public function get clients() : Hashtable

See Also

ClientManager Class | croemud.manager Namespace