C# Class withSIX.Mini.Plugin.CE.Models.SkyrimGame

Inheritance: BasicSteamGame
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
SkyrimGame ( System.Guid id, SkyrimGameSettings settings ) : System

Protected Methods

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

Private Methods

Method Description
CreateMod ( IModContent x ) : SkyrimMod
GetLocalAppDataFolder ( ) : IAbsoluteDirectoryPath
GetModInstallationDirectory ( ) : IAbsoluteDirectoryPath

Method Details

EnableMods() protected method

protected EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
launchContentAction ILaunchContentAction
return System.Threading.Tasks.Task

InstallMod() protected method

protected InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
return System.Threading.Tasks.Task

SkyrimGame() public method

public SkyrimGame ( System.Guid id, SkyrimGameSettings settings ) : System
id System.Guid
settings SkyrimGameSettings
return System

UninstallMod() protected method

protected UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
return System.Threading.Tasks.Task