- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
-
Support for these events is for 16:9 and 16:10 screen resolutions, the game window must be visible and should run with native screen resolution in fullscreen or fullscreen borderless.
-
This game requires enabling exclusive mode on your OW app's windows. Read more about OW exclusive mode.
-
In addition, when developing your app, you must comply with Activision’s Call of Duty: Modern Warfare 2 terms and conditions. Supporting queue dodging, interfering with matchmaking or any such behavior is strictly prohibited, and will not be approved. If you have any doubt, please contact us directly before starting development.
For more information check our Game compliance principles
Sample Apps
Available Features
Game event status
It is highly recommended to communicate errors and warnings to app users.
Check the current game event status here. Alternatively, you can easily check that status from your app itself, using our API.
gep_internal
Info Updates
| key | Category | Values | Notes | Since GEP Ver. |
|---|---|---|---|---|
| gep_internal | gep_internal | Local + Public version number | See notes | 198.0 |
gep_internal note
Data Example:
{"info":{"gep_internal":{"version_info":"{"local_version":"198.0.0","public_version":"198.0.0","is_updated":true}"}},"feature":"gep_internal"}