Cronous Emulation Server Daemon

AccountManager.free Method 

Frees the account for future use.

[Visual Basic]
Public Sub free( _ 
   ByVal a As Account _ 
)
[C#]
public void free(
   Account a
);
[C++]
public: void free(
   Account* a
);
[JScript]
public function free(
   Account a
);

Parameters

a
Account to free.

See Also

AccountManager Class | croemud.manager Namespace