EquipItems()
See original GitHub issueI’m not sure what happened to the original issue to track this, but there is an endpoint that allows you to pass in an array of items to equip.
This endpoint actually returns the character meta data to get the new light level, etc. (something we’re requesting after an equip anyway)
We could even use this for single items, and that way we can reduce the need for an additional call.
For equipping a loadout, we could move all items… and in one call equip EVERYTHING.
Additional reading: http://bungienetplatform.wikia.com/wiki/EquipItems
The main difference between /EquipItem
and /EquipItems
endpoints are that in place of passing the itemId
you pass an array of id’s on the itemIds
property
Issue Analytics
- State:
- Created 8 years ago
- Comments:24 (18 by maintainers)
Top Results From Across the Web
Elden Ring: How to Equip Items to Pouch (And How to Use ...
In Elden Ring pouch items are invaluable as they can be accessed more easily, but first players need to know how to assign...
Read more >Equip Unequip - Opsive
The Equip Unequip item ability is responsible for actually doing the item equip or unequip. When any other equip item ability are activated...
Read more >Equip - WoWWiki - Fandom
To equip (also known as "equipping") is to place (wear or wield) an item (equipment) in a equipment slot on the player character's...
Read more >Game Inventory / Equipping/Unequipping items / Weapon ...
In this class I have a self.inv = () , along with a function addItem(self, item) that just appends the item to self.inv...
Read more >Equip Items - Game Creator
To equip an item you first need to define which Types will be used as Equipping Slots. For example, you can make a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey guys! VThornheart/EdgarVerona here from the Bnet API. You’re almost certainly right about the eventual consistency/caching issue - I’ll look into it as soon as I can!
Some followup on Bnet. https://www.bungie.net/en/Forum/Post/197592132