C# Class withSIX.Mini.Plugin.Arma.Models.Arma2COGame

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

Private Properties

Property Type Description
GetDefaultArma2Directory IAbsoluteDirectoryPath
GetDirectoryFromRegistryOrSteam IAbsoluteDirectoryPath

Public Methods

Method Description
Arma2COGame ( System.Guid id, Arma2COGameSettings settings ) : System

Protected Methods

Method Description
Arma2COGame ( System.Guid id ) : System
GetAdditionalLaunchMods ( ) : IEnumerable
SetupDefaultDirectories ( GameSettings settings ) : void

Private Methods

Method Description
GetDefaultArma2Directory ( ) : IAbsoluteDirectoryPath
GetDirectoryFromRegistryOrSteam ( Type type ) : IAbsoluteDirectoryPath

Method Details

Arma2COGame() protected method

protected Arma2COGame ( System.Guid id ) : System
id System.Guid
return System

Arma2COGame() public method

public Arma2COGame ( System.Guid id, Arma2COGameSettings settings ) : System
id System.Guid
settings Arma2COGameSettings
return System

GetAdditionalLaunchMods() protected method

protected GetAdditionalLaunchMods ( ) : IEnumerable
return IEnumerable

SetupDefaultDirectories() protected method

protected SetupDefaultDirectories ( GameSettings settings ) : void
settings withSIX.Mini.Core.Games.GameSettings
return void