Class: GameInfo
January 23, 2026 ยท View on GitHub
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
Properties
descriptorIDs?
optionaldescriptorIDs: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
id
id:
number
Defined in: structures/Game.ts:6
App ID for this game
Inherited from
name
name:
string
Defined in: structures/GameInfoBasic.ts:7
Name for this game
Inherited from
Accessors
backgroundURL
Get Signature
get backgroundURL():
string
Defined in: structures/Game.ts:28
(might not exist) game page background
Returns
string
Inherited from
coverURL
Get Signature
get coverURL():
string
Defined in: structures/Game.ts:31
(might not exist) game cover
Returns
string
Inherited from
headerMediumURL
Get Signature
get headerMediumURL():
string
Defined in: structures/Game.ts:16
(might not exist) medium sized header image
Returns
string
Inherited from
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
iconURL
Get Signature
get iconURL():
string
Defined in: structures/GameInfoBasic.ts:20
tiny app icon
Returns
string
Inherited from
logoURL
Get Signature
get logoURL():
string
Defined in: structures/Game.ts:34
(might not exist) transparent game logo
Returns
string
Inherited from
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
tinyHeaderURL
Get Signature
get tinyHeaderURL():
string
Defined in: structures/Game.ts:22
(might not exist) tiny header image used on app bundles
Returns
string