Click or drag to resize
LaunchBox

IGameLaunchingPlugin Interface

Implement this interface in order to handle specific game launching events in LaunchBox and Big Box. Added in LaunchBox and Big Box 9.2-beta-3.

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
public interface IGameLaunchingPlugin

The IGameLaunchingPlugin type exposes the following members.

Methods
 NameDescription
Public methodOnAfterGameLaunched Called immediately after a particular game or additional app has launched. At this point the game was successfully launched and should be running.
Public methodOnBeforeGameLaunching Called immediately before a particular game or additional app begins launching. At this point the game is not guaranteed to launch successfully if the startup file does not exist or some other anomaly is encountered.
Public methodOnGameExited Called immediately after the game or additional app exits. Please note that in some cases this event may fire immediately after launching the game (such as if the game is a Steam game). This happens when the game's launched process exits immediately instead of continuing running.
Top
See Also