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.
scene_keygame_infoThe key of the current scene.See notes289.0
namegame_infoThe name of the local player.See notes289.0
world_idgame_infoA unique ID of the current world .See notes289.0

scene_key note​

Data Example:

{"feature": "game_info", "category": "game_info", "key": "scene_key", "data": "pause_screen"}
{"feature": "game_info", "category": "game_info", "key": "scene_key", "data": "in_game_play_screen"}

name note​

Data Example:

{"info":{"game_info":{"name":"OverwoldDeBest"}},"feature":"game_info"}

world_id note​

Data Example:

{"feature": "game_info", "category": "game_info", "key": "world_id", "data": "6uW5eqHEKjw="}

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
servermatch_infoThe full id of the server.See notes289.0
realms_infomatch_infoThe ID and name of the current realm.See notes289.0
locationmatch_infoCurrent player's location in the game.See notes289.0
facingmatch_infoThe current direction the player is facing.See notes289.0
biomematch_infoName of the biome the player is in currently.See notes289.0
dimensionmatch_infoName of the dimension the player is in currently.See notes289.0

Events​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullWhen loading into a map.See notes289.0
match_endnullWhen disconnecting from map.See notes289.0

server note​

Data Example:

{"info":{"match_info":{"server":"mco.cubecraft.net"}},"feature":"match_info"}

realms_info note​

Data Example:

{"feature":"match_info","category":"match_info","key":"realms_info","value":"{\"realms_id\":14293560,\"realms_name\":\"New World\"}"}

location note​

Data Example:

{"info":{"match_info":{"location":"{"x":-289.403,"y":60.9237,"z":474.063}"}},"feature":"match_info"}

facing note​

Data Example:

{"info":{"match_info":{"facing":"{"x":146.851,"y":1.34979}"}},"feature":"match_info"}

biome note​

Data Example:

{"feature":"match_info","category":"match_info","key":"biome","value":"ice_plains"}

dimension note​

Data Example:

{"feature": "match_info", "category": "match_info", "key": "dimension", "data": "overworld"}

match_start note​

Data Example:

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

match_end note​

Data Example:

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