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 notes137.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.
world_namegame_infoThe name of the current worldSee notes312.0
server_infogame_infoThe name, address and port of the current serverSee notes312.0

world_name note

Data Example:

{"info":{"game_info":{"world_name":"TheIsland_WP"}},"feature":"game_info"}

server_info note

Data Example:

{"info":{"game_info":{"server_info":"{\"address\":\"5.62.112.62\",\"name\":\"EU-PVP-Arkpocalypse-TheIsland1 - (v93.19)\",\"port\":7777,\"type\":\"official\"}"}},"feature":"game_info"}

match_info

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startAt the beginning of each matchSee notes312.0
match_endAt the end of each matchSee notes312.0
deathWhen the player diesSee notes312.0

match_start note

Data Example:

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

match_end note

Data Example:

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

death note

Data Example:

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

location

Events

EventEvent DataFired WhenNotesSince GEP Ver.
locationCurrent locationThe player movesSee notes312.0
rotationCurrent rotationThe player rotatesSee notes312.0

location note

Data Example:

{"events":[{"name":"location","data":"{\"x\":-104904.67,\"y\":227074.55,\"z\":-13974.61}"}]}

rotation note

Data Example:

{"events":[{"name":"rotation","data":"{\"direction\":90.57}"}]}