Johny Posted April 29, 2023 Report Posted April 29, 2023 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
Dr. McKay Posted April 29, 2023 Report Posted April 29, 2023 Yes, descriptions will still be there when loading an inventory directly like that. Quote
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.