IGame |
The IGameConfiguringPlugin type exposes the following members.
Name | Description | |
---|---|---|
OnAfterGameConfigurationOpens | Called immediately after a particular game has opened it's configuration. At this point the application was successfully launched and should be running. | |
OnBeforeGameConfigurationOpens | Called immediately before a particular game begins running the configuration. At this point the application is not guaranteed to launch successfully if the file does not exist or some other anomaly is encountered. | |
OnGameConfigurationExited | Called immediately after the game's configuration application exits. |