C# Class Nexus.Client.Games.TESO.TESOLauncher

Launches TESO.
Inheritance: GameLauncherBase
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
TESOLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Méthodes protégées

Méthode Description
SetupCommands ( ) : void

Initializes the game launch commands.

Private Methods

Méthode Description
GetCustomLaunchCommand ( ) : string

Gets the custom launch command.

GetESOLauncherLaunchCommand ( ) : string

Gets the ESO Launcher launch command.

GetPlainLaunchCommand ( ) : string

Gets the plain launch command.

LaunchESOLauncher ( ) : void

Launches the ESO Launcher.

LaunchGame ( ) : void

Launches the game, using the custom command or the launcher if present.

LaunchTESOCustom ( ) : void

Launches the game with a custom command.

LaunchTESOPlain ( ) : void

Launches the game without the launcher.

Method Details

SetupCommands() protected méthode

Initializes the game launch commands.
protected SetupCommands ( ) : void
Résultat void

TESOLauncher() public méthode

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