C# Class withSIX.Mini.Plugin.Stellaris.Models.StellarisGame

Inheritance: BasicSteamGame
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
StellarisGame ( System.Guid id, StellarisGameSettings settings ) : System

Méthodes protégées

Méthode Description
EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CreateMod ( IModContent x ) : StellarisMod
GetDocumentsDirectory ( ) : IAbsoluteDirectoryPath
GetModInstallationDirectory ( ) : IAbsoluteDirectoryPath
GetMods ( ILaunchContentAction launchContentAction ) : IEnumerable

Method Details

EnableMods() protected méthode

protected EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
launchContentAction ILaunchContentAction
Résultat System.Threading.Tasks.Task

InstallMod() protected méthode

protected InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
Résultat System.Threading.Tasks.Task

StellarisGame() public méthode

public StellarisGame ( System.Guid id, StellarisGameSettings settings ) : System
id System.Guid
settings StellarisGameSettings
Résultat System

UninstallMod() protected méthode

protected UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
Résultat System.Threading.Tasks.Task