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

gep_internal note

Data Example:

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

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
player_namegame_infoThe local player's nameSee notes296.0
player_idgame_infoThe local player's idSee notes296.0
phasegame_infoThe actual phaseSee notes296.0
world_namegame_infoThe name of the selected worldSee notes296.0

player_name note

Data Example:

{"feature":"game_info","category":"game_info","key":"player_name","value":"Rodnix"}

player_id note

Data Example:

{"feature":"game_info","category":"game_info","key":"player_id","value":"17b6109a-309e-4203-9c6e-b348dd888ade"}

phase note

Possible values:

  • Startup
  • MainMenu
  • GameLoading
  • InGame
  • Exited

Data Example:

{{"feature":"game_info","category":"game_info","key":"phase","value":"MainMenu"}}

world_name note

Data Example:

{"feature":"game_info","category":"game_info","key":"world_name","value":"new world"}

match_info

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullIn the beginning of the gameSee notes296.0
match_endnullAt the end of the gameSee notes296.0

match_start note

Data Example:

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

match_end note

Data Example:

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