C# Class EVESharp.ClusterControler.Database.AccountDB

Afficher le fichier Open project: Almamu/EVESharp

Méthodes publiques

Méthode 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 méthode

public static AccountExists ( string username ) : bool
username string
Résultat bool

CreateAccount() public static méthode

public static CreateAccount ( string accountName, string accountPassword ) : void
accountName string
accountPassword string
Résultat void

LoginPlayer() public static méthode

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