C# Class withSIX.Play.Core.Games.Entities.Other.GTAGame

Inheritance: RockstarGame, ISupportModding
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GetAdditionalLaunchMods ( ) : IEnumerable
LocalModsContainers ( ) : IEnumerable
SupportsContent ( IMod mod ) : bool
UpdateModStates ( IReadOnlyCollection mods ) : void

Méthodes protégées

Méthode Description
GTAGame ( System.Guid id, GTAGameSettings settings ) : System
GameLocalModsContainer ( ) : LocalModsContainer

Private Methods

Méthode Description
GetModDirectory ( ) : IAbsoluteDirectoryPath
GetModPaths ( ) : ContentPaths
GetRepositoryDirectory ( ) : IAbsoluteDirectoryPath

Method Details

GTAGame() protected méthode

protected GTAGame ( System.Guid id, GTAGameSettings settings ) : System
id System.Guid
settings GTAGameSettings
Résultat System

GameLocalModsContainer() protected abstract méthode

protected abstract GameLocalModsContainer ( ) : LocalModsContainer
Résultat LocalModsContainer

GetAdditionalLaunchMods() public méthode

public GetAdditionalLaunchMods ( ) : IEnumerable
Résultat IEnumerable

LocalModsContainers() public méthode

public LocalModsContainers ( ) : IEnumerable
Résultat IEnumerable

SupportsContent() public méthode

public SupportsContent ( IMod mod ) : bool
mod IMod
Résultat bool

UpdateModStates() public méthode

public UpdateModStates ( IReadOnlyCollection mods ) : void
mods IReadOnlyCollection
Résultat void