-
-
Notifications
You must be signed in to change notification settings - Fork 135
EconItem
Alexander Corn edited this page Sep 12, 2015
·
1 revision
This is a class which represents an item within the Steam economy. It's returned by TradeOfferManager#loadInventory
, TradeOffer#loadPartnerInventory
, and all methods which return TradeOffer
objects (in itemsToGive
and itemsToReceive
).
It's identical to node-steamcommunity
's CEconItem
.