World of Tanks Game events
Deprecation notice
Support for this game has been deprecated, following a lack of usage in Apps.
This page is being kept for historical documentation purposes.
Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.
Sample Apps
Available Features
Game events status
It's highly recommended to communicate errors and warnings to your app users. Check game event status here or easily check game events straight from your app 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:
{"feature":"gep_internal","category":"gep_internal","key":"version_info","value":"{"local_version":"143.0.10","public_version":"143.0.10","is_updated":true}"}
kill
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
kill | Enemy team | A tank was destroyed | See notes | 47.0 |
one_shot_kill | Enemy team | The player’s tank destroyed another tank with a single shot and no ally assistance | See notes | 47.0 |
damage | Enemy team and damage | The player’s tank damaged another tank | See notes | 47.0 |
assist | Enemy team | The player’s tank assisted in destroying another tank | See notes | 47.0 |
kill note
Event Data:
{"enemyTeam":true}
true if the event refers to an enemy unit, false if the event refers to an ally unit