Cronous Emulation Server Daemon

Account.check Method 

Checks and loads account information.

[Visual Basic]
Public Function check( _ 
   ByVal database As Database _ 
) As Boolean
[C#]
public bool check(
   Database database
);
[C++]
public: bool check(
   Database* database
);
[JScript]
public function check(
   Database database
): bool;

Parameters

database
Database.

Return Value

true if ok, false otherwise.

See Also

Account Class | croemud.game Namespace