| overwolf.games.enums.GameInfoChangeReason | - |
| overwolf.games.enums.GameInfoType | - |
| overwolf.games.enums.KnownOverlayCoexistenceApps | - |
| overwolf.games.getGameDBInfo | This is the same as getGameDBInfo, except that it can return two different results: 1. if the game is detected as installed - then the installedGameInfo member of the result will be set and the gameInfo member will be null 2. if the game is NOT detected as installed, then the installedGameInfo member of the result will be set to null and the gameInfo member will be set NOTE: installedGameInfo contains gameInfo in it. |
| overwolf.games.getGameInfo | Returns information about a game with a given game id.Will only return information if the game is detected on the local machine (i.e. installed) |
| overwolf.games.getLastRunningGameInfo | Returns the last played gameinfo (when no game is currently running). |
| overwolf.games.getRecentlyPlayedGames | Returns an array of the maxNumOfGames most recently played game IDs.An empty array will be returned if none have been recorded. |
| overwolf.games.getRunningGameInfo | Returns an object with information about the currently running game (or active games, if more than one), or null if no game is running. |
| overwolf.games.getRunningGameInfo2 | Returns an object with information about the currently running game (or active games, if more than one), or null if no game is running. |
| overwolf.games.GameInfo | - |
| overwolf.games.GameInfoUpdate | - |
| overwolf.games.GameInfoUpdatedEvent | - |
| overwolf.games.GameRendererDetectedEvent | - |
| overwolf.games.GetGameDBInfoResult | - |
| overwolf.games.GetGameInfoResult | - |
| overwolf.games.GetRecentlyPlayedResult | - |
| overwolf.games.GetRunningGameInfoResult | - |
| overwolf.games.GetRunningGameInfoResult2 | - |
| overwolf.games.GetRunningGameInfoResult2GameInfo | - |
| overwolf.games.InstalledGameInfo | - |
| overwolf.games.MajorFrameRateChangeEvent | - |
| overwolf.games.OverlayInfo | - |
| overwolf.games.RunningGameInfo | - |
| overwolf.games.onFpsInfoReady | Fired when fps infromation is ready with a JSON containing the information. |
| overwolf.games.onGameInfoUpdated | Fired when the game info is updated, including game name, game running, game terminated, game changing focus, etc. |
| overwolf.games.onGameLaunched | Fired when a game is launched. |
| overwolf.games.onMajorFrameRateChange | Fired when the rendering frame rate of the currently injected game changes dramatically. |