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

Inheritance: Userconfig, IEnableLogging
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Private Properties

Свойство Type Description
CheckLineClientConfig void
TryCreatePath bool
TryReadFromFile bool
TryWriteConfig bool
TryWriteNewConfig void
WriteClientSideConfig bool

Méthodes publiques

Méthode Description
AceUserconfig ( ISupportModding game ) : System
ReadAceClientSideConfig ( ) : bool
Save ( ) : bool

Private Methods

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

public AceUserconfig ( ISupportModding game ) : System
game ISupportModding
Résultat System

ReadAceClientSideConfig() public méthode

public ReadAceClientSideConfig ( ) : bool
Résultat bool

Save() public méthode

public Save ( ) : bool
Résultat bool