C# Class LobbyServer.RpcFile.FileClient

Mostra file Open project: fiki574/rAPB Class Usage Examples

Public Properties

Property Type Description
CharInited bool

Public Methods

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

Method Details

CheckBase() public method

public CheckBase ( ) : void
return void

CheckCharBase() public method

public CheckCharBase ( string WorldName, string CharName ) : void
WorldName string
CharName string
return void

FileClient() public method

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

GetClientDir() public method

public GetClientDir ( ) : string
return string

GetClientDir() public method

public GetClientDir ( string WorldName, string CharName ) : string
WorldName string
CharName string
return string

GetConf() public method

public GetConf ( string name, bool create ) : ConfigFile
name string
create bool
return ConfigFile

GetConf() public method

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

GetVersion() public method

public GetVersion ( string name ) : int
name string
return int

Property Details

CharInited public_oe property

public bool CharInited
return bool