Gets the base character ID of an account.
[Visual Basic] Shared Public Function character_id_base( _ ByVal account_id As Integer _ ) As Integer [C#] public static int character_id_base( int account_id ); [C++] public: static int character_id_base( int account_id ); [JScript] public static function character_id_base( int account_id ): int;
The base ID.
Database Class | croemud.database Namespace