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"}

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
locationmatch_infoCurrent player location on the mapSee notes221.0

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullMatch startedSee notes221.0
match_endnullMatch endedSee notes221.0
deathnullPlayer diedSee notes221.0

match_start note​

Data Example:

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

match_end note​

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

death note​

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

location​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
locationmatch_infoCurrent player location on the mapSee notes221.0
npc_locationmatch_infoKelvin (NPC) location on the mapSee notes227.0

location note​

Data Example:

{"info":{"match_info":{"location":"{\"loc_x\":-2173.760986,\"loc_y\":1170.244873,\"loc_z\":612.648438,\"rot_x\":0.845221,\"rot_y\":-0.367379,\"rot_z\":-0.388116}"}},"feature":"location"}

npc_location note​

Data Example:

{"info":{"match_info":{"npc_location":"{\"npc_name\":\"Kelvin\",\"loc_x\":-1148.589966,\"loc_y\":-225.529999,\"loc_z\":138.776138}"}},"feature":"location"}