steamapi
Version:
A nice Steam API wrapper.
154 lines (77 loc) • 2.92 kB
Markdown
[**steamapi**](../README.md)
***
[steamapi](../README.md) / Game
# Class: Game
Defined in: [structures/Game.ts:4](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L4)
## Extended by
- [`GameInfoBasic`](GameInfoBasic.md)
## Constructors
### Constructor
> **new Game**(`data`): `Game`
Defined in: [structures/Game.ts:8](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L8)
#### Parameters
##### data
`any`
#### Returns
`Game`
## Properties
### id
> **id**: `number`
Defined in: [structures/Game.ts:6](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L6)
App ID for this game
## Accessors
### backgroundURL
#### Get Signature
> **get** **backgroundURL**(): `string`
Defined in: [structures/Game.ts:28](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L28)
(might not exist) game page background
##### Returns
`string`
***
### coverURL
#### Get Signature
> **get** **coverURL**(): `string`
Defined in: [structures/Game.ts:31](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L31)
(might not exist) game cover
##### Returns
`string`
***
### headerMediumURL
#### Get Signature
> **get** **headerMediumURL**(): `string`
Defined in: [structures/Game.ts:16](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L16)
(might not exist) medium sized header image
##### Returns
`string`
***
### headerURL
#### Get Signature
> **get** **headerURL**(): `string`
Defined in: [structures/Game.ts:13](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L13)
(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](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L34)
(might not exist) transparent game logo
##### Returns
`string`
***
### smallHeaderURL
#### Get Signature
> **get** **smallHeaderURL**(): `string`
Defined in: [structures/Game.ts:19](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L19)
(might not exist) small header image used on user pages
##### Returns
`string`
***
### tinyHeaderURL
#### Get Signature
> **get** **tinyHeaderURL**(): `string`
Defined in: [structures/Game.ts:22](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Game.ts#L22)
(might not exist) tiny header image used on app bundles
##### Returns
`string`