Property | Type | Description | |
---|---|---|---|
_Clients | FileClient>.Dictionary | ||
_LoginBaseName | string[] | ||
_WorldBaseName | string[] |
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 ) : |
||
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 |
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 |
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[] |
public GetFileClient ( int AcctId ) : |
||
AcctId | int | |
return |
public GetFileName ( int id, bool login ) : string | ||
id | int | |
login | bool | |
return | string |
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 |
public SaveInfo ( int AcctId, int id, byte Info ) : void | ||
AcctId | int | |
id | int | |
Info | byte | |
return | void |
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 |