Skip to content

Latest commit

 

History

History
153 lines (77 loc) · 2.85 KB

File metadata and controls

153 lines (77 loc) · 2.85 KB

steamapi


steamapi / Game

Class: Game

Defined in: structures/Game.ts:4

Extended by

Constructors

Constructor

new Game(data): Game

Defined in: structures/Game.ts:8

Parameters

data

any

Returns

Game

Properties

id

id: number

Defined in: structures/Game.ts:6

App ID for this game

Accessors

backgroundURL

Get Signature

get backgroundURL(): string

Defined in: structures/Game.ts:28

(might not exist) game page background

Returns

string


coverURL

Get Signature

get coverURL(): string

Defined in: structures/Game.ts:31

(might not exist) game cover

Returns

string


headerMediumURL

Get Signature

get headerMediumURL(): string

Defined in: structures/Game.ts:16

(might not exist) medium sized header image

Returns

string


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


logoURL

Get Signature

get logoURL(): string

Defined in: structures/Game.ts:34

(might not exist) transparent game logo

Returns

string


smallHeaderURL

Get Signature

get smallHeaderURL(): string

Defined in: structures/Game.ts:19

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

Returns

string


tinyHeaderURL

Get Signature

get tinyHeaderURL(): string

Defined in: structures/Game.ts:22

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

Returns

string