Skip to main content

InstalledGameInfo

Electron APIs / Overlay / InstalledGameInfo

type InstalledGameInfo = object;

Information about a game installed on the user's system.

Includes:

  • Game unique ID.
  • Location.
  • Display name.
  • Type (game or launcher).
  • Overlay support status.

Properties

PropertyTypeDescription
idnumberOverwolf game class id.
name?stringName of the game.
path?stringGame installation path.
supported?booleanOverlay supported game.
type?GameInfoTypeGameInfoType—type of the detected game.