Cronous Emulation Server Daemon

Database.player_table_of Method 

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;

Parameters

account_id
Account ID.

Return Value

Player table ID.

See Also

Database Class | croemud.database Namespace