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;
true if ok, false otherwise.
Account Class | croemud.game Namespace