C# 클래스 LobbyServer.RpcFile.FileClient

파일 보기 프로젝트 열기: fiki574/rAPB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CharInited bool

공개 메소드들

메소드 설명
CheckBase ( ) : void
CheckCharBase ( string WorldName, string CharName ) : void
FileClient ( int AcctId ) : System
GetClientDir ( ) : string
GetClientDir ( string WorldName, string CharName ) : string
GetConf ( string name, bool create ) : ConfigFile
GetConf ( string name, string WorldName, string CharName, bool create ) : ConfigFile
GetVersion ( string name ) : int

메소드 상세

CheckBase() 공개 메소드

public CheckBase ( ) : void
리턴 void

CheckCharBase() 공개 메소드

public CheckCharBase ( string WorldName, string CharName ) : void
WorldName string
CharName string
리턴 void

FileClient() 공개 메소드

public FileClient ( int AcctId ) : System
AcctId int
리턴 System

GetClientDir() 공개 메소드

public GetClientDir ( ) : string
리턴 string

GetClientDir() 공개 메소드

public GetClientDir ( string WorldName, string CharName ) : string
WorldName string
CharName string
리턴 string

GetConf() 공개 메소드

public GetConf ( string name, bool create ) : ConfigFile
name string
create bool
리턴 ConfigFile

GetConf() 공개 메소드

public GetConf ( string name, string WorldName, string CharName, bool create ) : ConfigFile
name string
WorldName string
CharName string
create bool
리턴 ConfigFile

GetVersion() 공개 메소드

public GetVersion ( string name ) : int
name string
리턴 int

프로퍼티 상세

CharInited 공개적으로 프로퍼티

public bool CharInited
리턴 bool