Skip to main content
Loading...

Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.

danger
  • This game requires enabling exclusive mode on your OW app's windows. Read more about OW exclusive mode.

  • In addition, when developing your app, you must comply with Activision’s Call of Duty: Black Ops 6 terms and conditions. Supporting queue dodging, interfering with matchmaking or any such behavior is strictly prohibited, and will not be approved. If you have any doubt, please contact us directly before starting development.

For more information check our Game compliance principles

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

gep_internal note

Data Example:

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

match_info

Events

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullMatch started.See notes265.0
match_endnullMatch ended.See notes265.0

match_start note

Data Example:

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

match_end note

Data Example:

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

game_info

Info Updates

keyCategoryValuesNotesSince GEP Ver.
scenegame_infocurrent player's scene.See notes265.0
modegame_infocurrent played mode.See notes265.0

scene note

Possible values:

  • lobby
  • in_game

Data Example:

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

mode note

Possible values:

  • black_ops_6
  • warzone

Data Example:

{"feature":"game_info","category":"game_info","key":"mode","value":"warzone"}