Class: GameInfo

January 23, 2026 ยท View on GitHub

steamapi


steamapi / GameInfo

Class: GameInfo

Defined in: structures/GameInfo.ts:3

Extends

Extended by

Constructors

Constructor

new GameInfo(data): GameInfo

Defined in: structures/GameInfo.ts:13

Parameters

data

any

Returns

GameInfo

Overrides

GameInfoBasic.constructor

Properties

descriptorIDs?

optional descriptorIDs: number[]

Defined in: structures/GameInfo.ts:11

Descriptor IDs. Not sure what this means. Usually undefined


hasCommunityVisibleStats

hasCommunityVisibleStats: boolean

Defined in: structures/GameInfo.ts:5

If this game has community visible stats


hasLeaderboards

hasLeaderboards: boolean

Defined in: structures/GameInfo.ts:8

If this game has leaderboards


icon

icon: string

Defined in: structures/GameInfoBasic.ts:10

Hash for this game's icon

Inherited from

GameInfoBasic.icon


id

id: number

Defined in: structures/Game.ts:6

App ID for this game

Inherited from

GameInfoBasic.id


name

name: string

Defined in: structures/GameInfoBasic.ts:7

Name for this game

Inherited from

GameInfoBasic.name

Accessors

backgroundURL

Get Signature

get backgroundURL(): string

Defined in: structures/Game.ts:28

(might not exist) game page background

Returns

string

Inherited from

GameInfoBasic.backgroundURL


coverURL

Get Signature

get coverURL(): string

Defined in: structures/Game.ts:31

(might not exist) game cover

Returns

string

Inherited from

GameInfoBasic.coverURL


headerMediumURL

Get Signature

get headerMediumURL(): string

Defined in: structures/Game.ts:16

(might not exist) medium sized header image

Returns

string

Inherited from

GameInfoBasic.headerMediumURL


headerURL

Get Signature

get headerURL(): string

Defined in: structures/Game.ts:13

(might not exist) large sized header used on the store page

Returns

string

Inherited from

GameInfoBasic.headerURL


iconURL

Get Signature

get iconURL(): string

Defined in: structures/GameInfoBasic.ts:20

tiny app icon

Returns

string

Inherited from

GameInfoBasic.iconURL


logoURL

Get Signature

get logoURL(): string

Defined in: structures/Game.ts:34

(might not exist) transparent game logo

Returns

string

Inherited from

GameInfoBasic.logoURL


smallHeaderURL

Get Signature

get smallHeaderURL(): string

Defined in: structures/Game.ts:19

(might not exist) small header image used on user pages

Returns

string

Inherited from

GameInfoBasic.smallHeaderURL


tinyHeaderURL

Get Signature

get tinyHeaderURL(): string

Defined in: structures/Game.ts:22

(might not exist) tiny header image used on app bundles

Returns

string

Inherited from

GameInfoBasic.tinyHeaderURL