Loading...
- Game events API
Please read the overwolf.games.launchers.events documentation page to learn how to use Overwolf game launchers events.
tip
if the game launcher isn't closed by the user, it is possible to access game launcher methods while being in-game.
Sample Apps
Available Features
game_flow
Info Updates
key | Category | Values | Notes | Since Version |
---|---|---|---|---|
phase | game_flow | Current phase in the game | See notes | 125.0 |
phase note
Data Example:
{"feature":"game_flow","category":"game_flow","key":"phase","value":"Lobby"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"ReadyCheck"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"ChampSelect"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"GameStart"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"InProgress"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"WaitingForStats"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"PreEndOfGame"}
{"feature":"game_flow","category":"game_flow","key":"phase","value":"EndOfGame"}