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