Loading...
- Game events API
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
Sample Apps
Available Features
Game events status
It is highly recommended to communicate errors and warnings to your app users.
Check here the game events status. OR - easily check the game events status from your app, using our API.
gep_internal
Info Updates
| key | Category | Values | Notes | Since GEP Ver. |
|---|---|---|---|---|
| gep_internal | gep_internal | Local + Public version number | See notes | 182.0 |
gep_internal note
Data Example:
{"gep_internal":{"version_info":"{"local_version":"182.0.1","public_version":"182.0.1","is_updated":true}"}},"feature":"gep_internal"}
location
Events
| key | Category | Values | Notes | Since GEP Ver. |
|---|---|---|---|---|
| location | Current player location on the map | When the player moves | See notes | 307.0 |
location note
Data Example:
{"gameId":27886,"feature":"location","key":"location","value":"{\"x\":-591939,\"y\":462727,\"z\":153}"}
Loading...