Call of Duty: Warzone Caldera Game events
Deprecation notice
Support for this game has been deprecated, following the game's shutdown.
This page is being kept for historial documentation purposes.
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
warning
- Support for these events is for English only and for 16:9 (1920*1080, 2K & 4K) and 16:10 (1920*1200, 2K & 4K) screen resolutions on , the game window must be visible and should run with native screen resolution.
- 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:Warzone terms and conditions. Supporting que 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. Alternately, you can easily check that status from your app itself, using our API.
gep_internal
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
gep_internal | gep_internal | Local + Public version number | See notes | 143.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
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
match_start | null | Match started. | See notes | 157.0 |
match_end | null | Match ended. | See notes | 157.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
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
battlenet_tag | game_info | Local player's Battlenet tag. | See notes | 157.0 |
battlenet_tag note
Data Example:
{"info":{"game_info":{"battlenet_tag":"Shargaas#2430"}},"feature":"game_info"}
kill
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
kill | null | Local player has performed a kill. | See notes | 158.1 |
kill note
Data Example:
{"events":[{"name":"kill","data":null}]}
assist
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
assist | null | Local player has performed an assist. | See notes | 205.0 |
assist note
Assist is only available for 1920:1080 resolniotn (16:9) and 1920:1200 (16:10).
Data Example:
{"events":[{"name":"assist","data":""}]}
death
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
death | null | Local player has died. | See notes | 158.1 |
death note
Data Example:
{"events":[{"name":"death","data":null}]}