C# Класс withSIX.Play.Core.Games.Legacy.Arma.UserconfigUpdater

Наследование: UserconfigProcessorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
TryUserconfigUnpack ( IAbsoluteFilePath path, IAbsoluteDirectoryPath gamePath ) : void

Описание методов

ProcessMissingFiles() публичный Метод

public ProcessMissingFiles ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Результат void

TryUserconfigDirectory() публичный Метод

public TryUserconfigDirectory ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
path IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Результат void

TryUserconfigUpdate() публичный Метод

public TryUserconfigUpdate ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Результат void