Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 2.18 KB

File metadata and controls

79 lines (40 loc) · 2.18 KB

steamapi


steamapi / GetUserOwnedGamesOptions

Interface: GetUserOwnedGamesOptions

Defined in: SteamAPI.ts:132

Properties

filterApps?

optional filterApps: number[]

Defined in: SteamAPI.ts:149

If set, restricts results to the passed in apps. (note: does not seem to actually work)


includeAppInfo?

optional includeAppInfo: boolean

Defined in: SteamAPI.ts:134

Include additional details (name, icon) about each game


includeExtendedAppInfo?

optional includeExtendedAppInfo: boolean

Defined in: SteamAPI.ts:146

Include even more app details. If true, includeAppInfo will also be set to true


includeFreeGames?

optional includeFreeGames: boolean

Defined in: SteamAPI.ts:137

Include free games the user has played


includeFreeSubGames?

optional includeFreeSubGames: boolean

Defined in: SteamAPI.ts:140

Includes games in the free sub (defaults to false)


includeUnvettedApps?

optional includeUnvettedApps: boolean

Defined in: SteamAPI.ts:143

Include unvetted store apps (defaults to false)


language?

optional language: Language

Defined in: SteamAPI.ts:152

Language to return app info in. (note: does not seem to actually work)