Skip to content

CMarketSearchResult

Alexander Corn edited this page Jul 10, 2015 · 1 revision

A class which represents a search result on the Steam Community Market. Returned in the callback to marketSearch.

Properties

appid

The AppID of the game to which this item belongs.

market_hash_name

The market_hash_name of the item, otherwise known as the English version of the item's name on the market.

image

A URL to a 512x512 image of this item. You can get custom sizes by simply appending your desired size to this URL. For example, to get a 64x64 image, just use item.image + '64x64'.

price

The lowest price of this item on the market, in the lowest denomination of your currency (e.g. USD cents).

quantity

How many of this item there are currently listed on the market.

Clone this wiki locally