Cronous Emulation Server Daemon

AccountManager.is_in_use Method 

Checks whether an account is in use or not.

[Visual Basic]
Public Function is_in_use( _ 
   ByVal a As Account _ 
) As Boolean
[C#]
public bool is_in_use(
   Account a
);
[C++]
public: bool is_in_use(
   Account* a
);
[JScript]
public function is_in_use(
   Account a
): bool;

Parameters

a
The account to check.

Return Value

true if a client is using the account, false if it is free.

See Also

AccountManager Class | croemud.manager Namespace