C# Class withSIX.Play.Core.Games.Legacy.Arma.AceUserconfig

Inheritance: Userconfig, IEnableLogging
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
CheckLineClientConfig void
TryCreatePath bool
TryReadFromFile bool
TryWriteConfig bool
TryWriteNewConfig void
WriteClientSideConfig bool

Public Methods

Method Description
AceUserconfig ( ISupportModding game ) : System
ReadAceClientSideConfig ( ) : bool
Save ( ) : bool

Private Methods

Method Description
CheckLineClientConfig ( string line, char trimchar, int curlinenr ) : void
TryCreatePath ( string acePath ) : bool
TryReadFromFile ( string file ) : bool
TryWriteConfig ( string file ) : bool
TryWriteNewConfig ( string file2 ) : void
WriteClientSideConfig ( IAbsoluteDirectoryPath path ) : bool

Method Details

AceUserconfig() public method

public AceUserconfig ( ISupportModding game ) : System
game ISupportModding
return System

ReadAceClientSideConfig() public method

public ReadAceClientSideConfig ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool