Skip to main content

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 historical 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​

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes143.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​

keyCategoryValuesNotesSince GEP Ver.
modematch_infoCurrent-played game modeSee notes139.0
round_typematch_infoPVE / PVPSee notes139.0
round_statematch_infoState the game is currently in.See notes139.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​

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullMatch startedSee notes139.0
match_endnullMatch endedSee notes139.0
battle_startnullCombat startedSee notes139.0
battle_endnullCombat endedSee notes139.0
round_outcomewin/loseCombat endedSee notes139.0
match_outcomewin/lose + rankMatch endedSee notes139.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}"}]}