Click or drag to resize
LaunchBox

IGameLaunchingPlugin Methods

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