Testy Tester Posted May 28 Report Share Posted May 28 (edited) is it possible to send a list of items to the server and get a response with the data of all items, so as not to do it one by one? more or less like this: csgo.inspectItems( [ 'itemLink1', 'itemLink2', 'itemLinkN', ], callback ) Edited May 28 by Testy Tester Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted May 29 Report Share Posted May 29 No, you have to do it one-by-one with around a 1-second delay between requests. If you're trying to get data for items in your inventory, there's no need to inspect them as all the data is available in the inventory array. 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.