Cronous Emulation Server Daemon

AccountManager.accounts Property

Accounts in use, with their client.

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

See Also

AccountManager Class | croemud.manager Namespace