C# 클래스 EVESharp.ClusterControler.Database.AccountDB

파일 보기 프로젝트 열기: Almamu/EVESharp

공개 메소드들

메소드 설명
AccountExists ( string username ) : bool
CreateAccount ( string accountName, string accountPassword ) : void
LoginPlayer ( string username, string password, long &accountid, bool &banned, long &role ) : bool

메소드 상세

AccountExists() 공개 정적인 메소드

public static AccountExists ( string username ) : bool
username string
리턴 bool

CreateAccount() 공개 정적인 메소드

public static CreateAccount ( string accountName, string accountPassword ) : void
accountName string
accountPassword string
리턴 void

LoginPlayer() 공개 정적인 메소드

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