C# Класс Nexus.Client.Games.DragonAge2.DragonAge2Launcher

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

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

Метод Описание
DragonAge2Launcher ( 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.

GetLauncherLaunchCommand ( ) : string
GetPlainLaunchCommand ( ) : string

Gets the plain launch command.

LaunchDragonAge2Custom ( ) : void

Launches the game with a custom command.

LaunchDragonAge2Launcher ( ) : void

Launches the game with a Launcher command.

LaunchDragonAge2Plain ( ) : void

Launches the game.

LaunchGame ( ) : void

Launches the game, using FOSE if present.

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

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

A simple constructor that initializes the object with the given dependencies.
public DragonAge2Launcher ( 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

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

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