Cronous Emulation Server Daemon

AccountManager.use Method 

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;

Parameters

a
Account.
c
Client.

Return Value

true if the account was allocated for the client, false if another client is using the account.

See Also

AccountManager Class | croemud.manager Namespace