question

loopan avatar image
loopan asked

Why can't get the specified item data from the catalog?

I just want to get the item information from the catalog through the specified item id, because there are more items in the catalog, so I don't want to get all the items by GetCatalogItems method and then get the information of the specified item by traversing, why not give a simple method ?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

Currently we do not support get specific item from the catalog.

What is your scenario? Normally, to maintain specific item for developers, using Game Manager is recommended. For item related API calls, the item information required such as item ID should be pre-defined in the clients. It is necessary to main a local catalog data in the clients, because it is very inefficient to call one API every time player requires one item information. The simple retrieval can be done locally and only those modification, changes to catalogs should be verified on the server side.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.