C# 클래스 LobbyServer.RpcFile.FileManager

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

공개 프로퍼티들

프로퍼티 타입 설명
_Clients FileClient>.Dictionary
_LoginBaseName string[]
_WorldBaseName string[]

공개 메소드들

메소드 설명
GetFile ( int AcctId, int id, bool login, string WorldName, string CharName ) : ConfigFile
GetFileByte ( int AcctId, int id, bool login, string WorldName, string CharName ) : byte[]
GetFileClient ( int AcctId ) : FileClient
GetFileName ( int id, bool login ) : string
GetFileVersion ( int AcctId, int id, bool login, string WorldName, string CharName ) : int
SaveInfo ( int AcctId, int id, byte Info ) : void
SaveInfo ( int AcctId, int id, string WorldName, string CharName, byte Info ) : void

메소드 상세

GetFile() 공개 메소드

public GetFile ( int AcctId, int id, bool login, string WorldName, string CharName ) : ConfigFile
AcctId int
id int
login bool
WorldName string
CharName string
리턴 ConfigFile

GetFileByte() 공개 메소드

public GetFileByte ( int AcctId, int id, bool login, string WorldName, string CharName ) : byte[]
AcctId int
id int
login bool
WorldName string
CharName string
리턴 byte[]

GetFileClient() 공개 메소드

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

GetFileName() 공개 메소드

public GetFileName ( int id, bool login ) : string
id int
login bool
리턴 string

GetFileVersion() 공개 메소드

public GetFileVersion ( int AcctId, int id, bool login, string WorldName, string CharName ) : int
AcctId int
id int
login bool
WorldName string
CharName string
리턴 int

SaveInfo() 공개 메소드

public SaveInfo ( int AcctId, int id, byte Info ) : void
AcctId int
id int
Info byte
리턴 void

SaveInfo() 공개 메소드

public SaveInfo ( int AcctId, int id, string WorldName, string CharName, byte Info ) : void
AcctId int
id int
WorldName string
CharName string
Info byte
리턴 void

프로퍼티 상세

_Clients 공개적으로 프로퍼티

public Dictionary _Clients
리턴 FileClient>.Dictionary

_LoginBaseName 공개적으로 프로퍼티

public string[] _LoginBaseName
리턴 string[]

_WorldBaseName 공개적으로 프로퍼티

public string[] _WorldBaseName
리턴 string[]