C# Class EVESharp.ClusterControler.Database.AccountDB

ファイルを表示 Open project: Almamu/EVESharp

Public Methods

Method Description
AccountExists ( string username ) : bool
CreateAccount ( string accountName, string accountPassword ) : void
LoginPlayer ( string username, string password, long &accountid, bool &banned, long &role ) : bool

Method Details

AccountExists() public static method

public static AccountExists ( string username ) : bool
username string
return bool

CreateAccount() public static method

public static CreateAccount ( string accountName, string accountPassword ) : void
accountName string
accountPassword string
return void

LoginPlayer() public static method

public static LoginPlayer ( string username, string password, long &accountid, bool &banned, long &role ) : bool
username string
password string
accountid long
banned bool
role long
return bool