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 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​

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes143.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"}

game_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
scenegame_infoThe current sceneSee notes249.0

scene note​

Possible values:

  • lobby
  • ingame
  • death

Data Example:

{"feature":"game_info","category":"game_info","key":"scene","value":"lobby"}

match_info​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullMatch startsSee notes249.0
match_endnullMatch endsSee notes249.0
deathnumber of deathsThe local player diedSee notes249.0

match_start note​

Data Example:

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

match_end note​

Data Example:

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

death note​

Data Example:

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