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

Inheritance: Arma2OaGame
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
Arma2TerrainPacks string[]

Public Methods

Method Description
Arma3Game ( System.Guid id, Arma3GameSettings settings ) : System
GetCompatibilityMods ( string packageName, IReadOnlyCollection tags ) : IReadOnlyCollection
GetCompatibleGameIds ( ) : IReadOnlyCollection
InstalledDlcs ( ) : IReadOnlyCollection

Protected Methods

Method Description
Arma3Game ( System.Guid id ) : System
GetBattleEyeClientExectuable ( ) : IAbsoluteFilePath
GetInstallAction ( IDownloadContentAction action ) : InstallContentAction
GetLaunchables ( ILaunchContentAction action ) : IReadOnlyCollection
GetStartupBuilder ( ) : StartupBuilder

Private Methods

Method Description
HandleAia ( IReadOnlyCollection content ) : IReadOnlyCollection>
HandleAia ( IReadOnlyCollection content ) : IReadOnlyCollection
TerrainsVsOther ( IEnumerable tags ) : string[]

Method Details

Arma3Game() protected method

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

Arma3Game() public method

public Arma3Game ( System.Guid id, Arma3GameSettings settings ) : System
id System.Guid
settings Arma3GameSettings
return System

GetBattleEyeClientExectuable() protected method

protected GetBattleEyeClientExectuable ( ) : IAbsoluteFilePath
return IAbsoluteFilePath

GetCompatibilityMods() public method

public GetCompatibilityMods ( string packageName, IReadOnlyCollection tags ) : IReadOnlyCollection
packageName string
tags IReadOnlyCollection
return IReadOnlyCollection

GetCompatibleGameIds() public method

public GetCompatibleGameIds ( ) : IReadOnlyCollection
return IReadOnlyCollection

GetInstallAction() protected method

protected GetInstallAction ( IDownloadContentAction action ) : InstallContentAction
action IDownloadContentAction
return InstallContentAction

GetLaunchables() protected method

protected GetLaunchables ( ILaunchContentAction action ) : IReadOnlyCollection
action ILaunchContentAction
return IReadOnlyCollection

GetStartupBuilder() protected method

protected GetStartupBuilder ( ) : StartupBuilder
return StartupBuilder

InstalledDlcs() public method

public InstalledDlcs ( ) : IReadOnlyCollection
return IReadOnlyCollection

Property Details

Arma2TerrainPacks public_oe static_oe property

public static string[] Arma2TerrainPacks
return string[]