Skip to main content
Loading...

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 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"}

game_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
usernamegame_infoName of local player.See notes156.0

username note​

Data Example:

{"info":{"game_info":{"username":"dsa_gfdg"},"feature":"game_info"}

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
inventorymatch_infoType and amount of items on the local player.See notes156.0
highlightedmatch_infoCurrently viewed item.See notes157.0

inventory note​

Data Example:

{
"category": "game_info",
"key": "inventory",
"value": {"Slots":8},"PremiumCredits":50,"PremiumCreditsFree":50,"PveBonusLoadoutBin":{"Slots":0},"PvpBonusLoadoutBin":{"Slots":0},
...
{"ItemCount":1,"ItemType":"Lotus/Types/Recipes/Components/VorBoltRemoverFakeItem"}],
"valueLength": 16212
}

highlighted note​

Data Example:


{"feature": "match_info", "category": "match_info", "key": "highlighted", "data": "{\"name\":\"/Lotus/StoreItems/Types/Game/Projections/T1VoidProjectionWispPrimeABronze\",\"riven_details\":[]}"}

chat​

events​

EventEvent DataFired WhenNotesSince GEP Ver.
chatAll the chat messages sent in the chatEvery time there is a new message in the chatSee notes297.0

chat note​

Data Example:

{"events":[{"name":"chat","data":"JackAtWar: hello"}]}