C# Class Nexus.Client.Games.Skyrim.Tools.SkyrimToolLauncher

Exposes the tools for Skyrim.
Inheritance: IToolLauncher
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
SkyrimToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

A simple constructor that initializes the object with the given dependencies.

Méthodes protégées

Méthode Description
SetupTools ( ) : void

Initializes the game tools.

Method Details

SetupTools() protected méthode

Initializes the game tools.
protected SetupTools ( ) : void
Résultat void

SkyrimToolLauncher() public méthode

A simple constructor that initializes the object with the given dependencies.
public SkyrimToolLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic
p_gmdGameMode IGameMode >The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
Résultat System.Collections.Generic