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 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 notes292.0

scene note​

Possible values:

  • lobby
  • ingame
  • summary

Data Example:

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

match_info​

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullRound startsSee notes292.0
match_endnullRound endsSee notes292.0
eliminationeliminationAn opponent is eliminated by playerSee notes292.0
knockdownknockdownThe player is knocked downSee notes292.0
round_outcomevictoryAt the end of the current roundSee notes292.0

match_start note​

Data Example:

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

match_end note​

Data Example:

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

elimination note​

Data Example:

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

knockdown note​

Data Example:

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

round_outcome note​

Possible values:

  • victory
  • defeat

Data Example:

{"events":[{"name":"round_outcome","data":"victory"}]}