Created CMarketSearchResult (markdown)

Alexander Corn 2015-07-10 15:59:39 -04:00
parent d223249a4a
commit 9eb671624c

18
CMarketSearchResult.md Normal file

@ -0,0 +1,18 @@
A class which represents a search result on the Steam Community Market. Returned in the callback to [marketSearch](https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#marketsearchoptions-callback).
# 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.