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

Inheritance: UserconfigProcessorBase
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void

Private Methods

Méthode Description
TryUserconfigUnpack ( IAbsoluteFilePath path, IAbsoluteDirectoryPath gamePath ) : void

Method Details

ProcessMissingFiles() public méthode

public ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Résultat void

TryUserconfigDirectory() public méthode

public TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
path IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Résultat void

TryUserconfigUpdate() public méthode

public TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Résultat void