Johny Posted April 29 Report Share Posted April 29 Hello, If I don't specific the language in the constructor, I know that I will not save asset descriptions in memory. For example, here is the data into the constructor: this.ManagerOptions = { steam: this.Client, community: this.community, //language: 'en', pollInterval: 15000, cancelTime: 1000*60*30, // 30 Minutes to Accept The Trade pendingCancelTime: duration(10, 'minutes'), }; However, if I am loading someone's inventory, will I still be able to get the asset description directly from the call? For instance when using getInventoryContents or loadUserInventory. Thank you! Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted April 29 Report Share Posted April 29 Yes, descriptions will still be there when loading an inventory directly like that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.