Jump to content
McKay Development

Language In Constructor


Recommended Posts

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!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...