IGame |
The IGameLaunchingPlugin type exposes the following members.
Name | Description | |
---|---|---|
OnAfterGameLaunched | Called immediately after a particular game or additional app has launched. At this point the game was successfully launched and should be running. | |
OnBeforeGameLaunching | 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. | |
OnGameExited | 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. |