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

Inheritance: UserconfigProcessorBase
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method 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

Method Description
TryUserconfigUnpack ( IAbsoluteFilePath path, IAbsoluteDirectoryPath gamePath ) : void

Method Details

ProcessMissingFiles() public method

public ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void

TryUserconfigDirectory() public method

public TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
path IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void

TryUserconfigUpdate() public method

public TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
return void