Click or drag to resize
LaunchBox

ILaunchBoxMainViewModelPlayGame Method

Launches the specified game or additional application with the specified settings; uses the full game startup process including the startup screen if enabled.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
void PlayGame(
	IGame game,
	IAdditionalApplication app,
	IEmulator emulator,
	string overrideCommandLine
)

Parameters

game  IGame
The game to launch.
app  IAdditionalApplication
The game's additional application to launch. Leave null to launch the main game.
emulator  IEmulator
The specific emulator to use. Leave null to use the game's default emulator or no emulator at all.
overrideCommandLine  String
The overridden commandline parameters to use. Should be left null in most cases.
See Also