Cronous Emulation Server Daemon

Database.character_id_base Method 

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;

Parameters

account_id
Account ID.

Return Value

The base ID.

See Also

Database Class | croemud.database Namespace