The Overwolf API
Overwolf’s API will allow you to add that extra spice to your in-game apps. Using KAIGOS, you’ll be able to change various parameters in your in-game app and connect with the game that is currently being played.
Classes
Overwolf’s API exposes a few classes that will help you take your web development skills and create awesome in-game apps.
- Overwolf.Window: This class will help you control the properties of your window. Want to create a dragon that randomly flies over your screen for some reason? Use .moveTo(x,y) to do that.
- Overwolf.Games: This class will help you get information about the game that is currently being played, for example - the game’s name.
- Overwolf.Media: This class will help you create media files from the game, for example – taking a screenshot.
