Interface: GetUserOwnedGamesOptions
January 23, 2026 ยท View on GitHub
steamapi / GetUserOwnedGamesOptions
Interface: GetUserOwnedGamesOptions
Defined in: SteamAPI.ts:132
Properties
filterApps?
optionalfilterApps:number[]
Defined in: SteamAPI.ts:149
If set, restricts results to the passed in apps. (note: does not seem to actually work)
includeAppInfo?
optionalincludeAppInfo:boolean
Defined in: SteamAPI.ts:134
Include additional details (name, icon) about each game
includeExtendedAppInfo?
optionalincludeExtendedAppInfo:boolean
Defined in: SteamAPI.ts:146
Include even more app details. If true, includeAppInfo will also be set to true
includeFreeGames?
optionalincludeFreeGames:boolean
Defined in: SteamAPI.ts:137
Include free games the user has played
includeFreeSubGames?
optionalincludeFreeSubGames:boolean
Defined in: SteamAPI.ts:140
Includes games in the free sub (defaults to false)
includeUnvettedApps?
optionalincludeUnvettedApps:boolean
Defined in: SteamAPI.ts:143
Include unvetted store apps (defaults to false)
language?
optionallanguage:Language
Defined in: SteamAPI.ts:152
Language to return app info in. (note: does not seem to actually work)