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

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

Public Methods

Method Description
AiaInfo ( IReadOnlyCollection contentWithPackageNames ) : System
HasAia ( ) : bool
HasCup ( ) : bool
IsA3Mp ( IContent content ) : bool
IsAia ( IContent content ) : bool
IsCup ( IContent content ) : bool

Private Methods

Method Description
Matches ( string packageName, string modName ) : bool

Method Details

AiaInfo() public method

public AiaInfo ( IReadOnlyCollection contentWithPackageNames ) : System
contentWithPackageNames IReadOnlyCollection
return System

HasAia() public method

public HasAia ( ) : bool
return bool

HasCup() public method

public HasCup ( ) : bool
return bool

IsA3Mp() public method

public IsA3Mp ( IContent content ) : bool
content IContent
return bool

IsAia() public method

public IsAia ( IContent content ) : bool
content IContent
return bool

IsCup() public method

public IsCup ( IContent content ) : bool
content IContent
return bool