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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

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

Private Methods

Méthode Description
Matches ( string packageName, string modName ) : bool

Method Details

AiaInfo() public méthode

public AiaInfo ( IReadOnlyCollection contentWithPackageNames ) : System
contentWithPackageNames IReadOnlyCollection
Résultat System

HasAia() public méthode

public HasAia ( ) : bool
Résultat bool

HasCup() public méthode

public HasCup ( ) : bool
Résultat bool

IsA3Mp() public méthode

public IsA3Mp ( IContent content ) : bool
content IContent
Résultat bool

IsAia() public méthode

public IsAia ( IContent content ) : bool
content IContent
Résultat bool

IsCup() public méthode

public IsCup ( IContent content ) : bool
content IContent
Résultat bool