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