Click or drag to resize
LaunchBox

IGameLaunchingPluginOnAfterGameLaunched Method

Called immediately after a particular game or additional app has launched. At this point the game was successfully launched and should be running.

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

Parameters

game  IGame
The game that was launched.
app  IAdditionalApplication
The additional application that was launched. Will be null if the game was launched without a specific additional application.
emulator  IEmulator
The emulator that was launched. Will be null if the game was launched without an emulator.
See Also