C# Class LobbyServer.RpcFile.FileManager

Inheritance: ARpc
ファイルを表示 Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
_Clients FileClient>.Dictionary
_LoginBaseName string[]
_WorldBaseName string[]

Public Methods

Method Description
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

Method Details

GetFile() public method

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

GetFileByte() public method

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

GetFileClient() public method

public GetFileClient ( int AcctId ) : FileClient
AcctId int
return FileClient

GetFileName() public method

public GetFileName ( int id, bool login ) : string
id int
login bool
return string

GetFileVersion() public method

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

SaveInfo() public method

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

SaveInfo() public method

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

Property Details

_Clients public_oe property

public Dictionary _Clients
return FileClient>.Dictionary

_LoginBaseName public_oe property

public string[] _LoginBaseName
return string[]

_WorldBaseName public_oe property

public string[] _WorldBaseName
return string[]