Method | Description | |
---|---|---|
DarkSouls2Launcher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System |
A simple constructor that initializes the object with the given dependencies.
|
Method | Description | |
---|---|---|
SetupCommands ( ) : void |
Initializes the game launch commands.
|
Method | Description | |
---|---|---|
GetCustomLaunchCommand ( ) : string |
Gets the custom launch command.
|
|
GetPlainLaunchCommand ( ) : string |
Gets the plain launch command.
|
|
LaunchDarkSouls2Custom ( ) : void |
Launches the game with a custom command.
|
|
LaunchDarkSouls2Plain ( ) : void |
Launches the game.
|
|
LaunchGame ( ) : void |
Launches the game, using custom commands.
|
public DarkSouls2Launcher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System | ||
p_gmdGameMode | IGameMode | >The game mode currently being managed. |
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
return | System |