Dota Underlords Game events
Deprecation notice
Support for this game has been deprecated, following a lack of usage in Apps.
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.
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:
{"feature":"gep_internal","category":"gep_internal","key":"version_info","value":"{"local_version":"143.0.10","public_version":"143.0.10","is_updated":true}"}
match_info
Info Updates
key | Category | Values | Notes | Since GEP Ver. |
---|---|---|---|---|
mode | match_info | Current-played game mode | See notes | 139.0 |
round_type | match_info | PVE / PVP | See notes | 139.0 |
round_state | match_info | State the game is currently in. | See notes | 139.0 |
mode note
Data Example:
{"info":{"match_info":{"mode":"Casual"}},"feature":"match_info"}
round_type note
Data Example:
{"info":{"match_info":{"round_type":"{"round":1,"type":"PvE_creep_wave_1_#dac_creep_wave_1"}"}},"feature":"match_info"}
{"info":{"match_info":{"round_type":"{"round":4,"type":"PvP"}"}},"feature":"match_info"}
round_state note
Data Example:
{"info":{"match_info":{"round_state":"Ready"}},"feature":"match_info"}
{"info":{"match_info":{"round_state":"Combat"}},"feature":"match_info"}
{"info":{"match_info":{"round_state":"RoundOver"}},"feature":"match_info"}
Events
Event | Event Data | Fired When | Notes | Since GEP Ver. |
---|---|---|---|---|
match_start | null | Match started | See notes | 139.0 |
match_end | null | Match ended | See notes | 139.0 |
battle_start | null | Combat started | See notes | 139.0 |
battle_end | null | Combat ended | See notes | 139.0 |
round_outcome | win/lose | Combat ended | See notes | 139.0 |
match_outcome | win/lose + rank | Match ended | See notes | 139.0 |
match_start note
Data Example:
{"events":[{"name":"match_start","data":""}]}
match_end note
Data Example:
{"events":[{"name":"match_end","data":""}]}
battle_start note
Data Example:
{"events":[{"name":"battle_start","data":""}]}
battle_end note
Data Example:
{"events":[{"name":"battle_end","data":""}]}
round_outcome note
This event currently supports "PVP" rounds ONLY
Data Example:
{"events":[{"name":"round_outcome","data":"win"}]}
match_outcome note
Data Example:
{"events":[{"name":"match_outcome","data":"{"outcome":"win","rank":1}"}]}