Leaves a client use the account, if it is not in use.
[Visual Basic] Public Function use( _ ByVal a As Account, _ ByVal c As Client _ ) As Boolean [C#] public bool use( Account a, Client c ); [C++] public: bool use( Account* a, Client* c ); [JScript] public function use( Account a, Client c ): bool;
true if the account was allocated for the client, false if another client is using the account.
AccountManager Class | croemud.manager Namespace