Skip to main content

StarCraft II 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 to your users. Check game event status here or easily verify event status directly from your app using our API.

gep_internal​

Info Updates​

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

EventEvent DataFired WhenNotesSince GEP Ver.
match_startnullWhen the match startsSee notes139.0
match_endvictory/defeatWhen the match endsSee notes139.0

match_start note​

Data Example:

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

match_end note​

Data Example:

{"events":[{"name":"match_end","data":"defeat"}]}
{"events":[{"name":"match_end","data":"victory"}]}