Can't find API for available game

I saw at Supported Games that the game “Legion TD 2” was available, but in the API-documentation it is nowhere to be found. Where can I find the available features for this game?

Regards,
Noodleking

Hi @Noodleking,

In Overwolf, when we refer to a “supported game,” it could mean one of two levels of support:

  1. Overlay support - games that support overlay injection.
    In these games, we can display OW apps as an overlay, and make use of Overwolf APIs.
    The full list of games that support overlay injection can be found in the gamelist.xml file.

  2. Game events support - games that support overlay injection as well as real-time game events.
    You can create OW apps for these games, that leverage game event using the overwolf.games.events API.
    The full list of games that supports events can be found here.

Legion TD 2 got only Overlay support and not Game events support. This is the reason that you can’t find it on the docs.

Thanks for the quick response! This clears up a lot, thanks!