C# Класс Nexus.Client.Games.WorldOfTanks.WoTLauncher

Launches WorldOfTanks.
Наследование: GameLauncherBase
Показать файл Открыть проект

Открытые методы

Метод Описание
WoTLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Защищенные методы

Метод Описание
SetupCommands ( ) : void

Initializes the game launch commands.

Приватные методы

Метод Описание
GetCustomLaunchCommand ( ) : string

Gets the custom launch command.

GetPlainLaunchCommand ( ) : string

Gets the plain launch command.

LaunchGame ( ) : void

Launches the game, using FOSE if present.

LaunchWoTCustom ( ) : void

Launches the game with a custom command.

LaunchWoTPlain ( ) : void

Launches the game, without OBSE.

Описание методов

SetupCommands() защищенный Метод

Initializes the game launch commands.
protected SetupCommands ( ) : void
Результат void

WoTLauncher() публичный Метод

A simple constructor that initializes the object with the given dependencies.
public WoTLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System
p_gmdGameMode IGameMode >The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
Результат System