C# Class LobbyServer.RpcFile.FileManager

Inheritance: ARpc
Afficher le fichier Open project: fiki574/rAPB Class Usage Examples

Méthodes publiques

Свойство Type Description
_Clients FileClient>.Dictionary
_LoginBaseName string[]
_WorldBaseName string[]

Méthodes publiques

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

public GetFile ( int AcctId, int id, bool login, string WorldName, string CharName ) : ConfigFile
AcctId int
id int
login bool
WorldName string
CharName string
Résultat ConfigFile

GetFileByte() public méthode

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

GetFileClient() public méthode

public GetFileClient ( int AcctId ) : FileClient
AcctId int
Résultat FileClient

GetFileName() public méthode

public GetFileName ( int id, bool login ) : string
id int
login bool
Résultat string

GetFileVersion() public méthode

public GetFileVersion ( int AcctId, int id, bool login, string WorldName, string CharName ) : int
AcctId int
id int
login bool
WorldName string
CharName string
Résultat int

SaveInfo() public méthode

public SaveInfo ( int AcctId, int id, byte Info ) : void
AcctId int
id int
Info byte
Résultat void

SaveInfo() public méthode

public SaveInfo ( int AcctId, int id, string WorldName, string CharName, byte Info ) : void
AcctId int
id int
WorldName string
CharName string
Info byte
Résultat void

Property Details

_Clients public_oe property

public Dictionary _Clients
Résultat FileClient>.Dictionary

_LoginBaseName public_oe property

public string[] _LoginBaseName
Résultat string[]

_WorldBaseName public_oe property

public string[] _WorldBaseName
Résultat string[]