Skip to main content
Loading...

Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.

Sample Apps

Available Features

Game events status

It's highly recommended to communicate errors and warnings to your app users. Check current game event status here or easily check game event status from your app using our API.

gep_internal

Info Updates

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes245.1.0

gep_internal note

Data Example:

{"info":{"gep_internal":{"version_info":"{"local_version":"157.0.1","public_version":"157.0.1","is_updated":true}"}},"feature":"gep_internal"}

match_info

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullThe player’s champion diedSee notes245.1.0
match_endnullThe player’s champion diedSee notes245.1.0
knockoutnullThe player is knockoutSee notes245.1.0
deathnullThe player is deadSee notes245.1.0
respawnnullThe player respawnedSee notes245.1.0
revivenullThe player revivedSee notes245.1.0

match_start note

Data Example:

{"events":[{"name":"match_start","data":null}]}

match_end note

Data Example:

{"events":[{"name":"match_end","data":null}]}

knockout note

Data Example:

{"events":[{"name":"knockout","data":null}]}

death note

Data Example:

{"events":[{"name":"death","data":null}]}

respawn note

Data Example:

{"events":[{"name":"respawn","data":null}]}

revive note

Data Example:

{"events":[{"name":"revive","data":null}]}

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
scenegame_infoThe name of the current scene.See notes245.1.0

scene note

List of possible values:

  • lobby
  • ingame

Data Example:

{"info":{"game_info":{"scene":"lobby"}},"feature":"game_info"}

location

Info Updates

keyCategoryValuesNotesSince GEP Ver.
locationmatch_infolocal player locationSee notes245.2.0

location note

Data Example:

{"feature":"location","category":"match_info","key":"location","value":"{\"x\" : 231317,\"y\" : -337646,\"z\" : -1794}"}