Games with Event Support
Make sure to check out the Game Modules page for more information on how to subscribe to events for a given game. We’ll support new games once we have enough interest for a given game.Games with Basic Support
All games in this list will support rendering in-game and support hotkeys, but do not have game events.- Valorant
Event shape
Every game event arrives in the same envelope, with the per-event fields undercontent:
type.ts block under each event on a game page describes that event’s content, so a handler
reads event.content.<field> and event.creation_time.

