item shape grid dropdown

WillyG99

Member
Why is there no dropdown for item shape grid items? There is no interaction for the items, like "drop", "consume" etc.
 
There is.
What you refer as "dropdown" is called the ItemActionPanel which calls ItemActions.

You can set it up in any ItemViewSlotContainers including the ItemShapeGrid. But it is optional, that's why it is not setup by default.

Check out this video it shows how to setp the item actions for an InventoryGrid, but it works the same way for the ItemShapeGrid (within the UIDesigner panel for the ItemShapeGrid)

I also recommend you read through this page:
 
Top