Action for specific items

Not with the ItemViewSlotCategoryItemActionSetBinding component. But you can create custom ItemViewSlotItemActionBindings. You could create own that checks the ItemAction as an Attribute on the ItemDefinition. Check this page:

Actually you can use the "UseItemActionSetAttribute" with the CategoryItemActionSet, such that you can have different effects when calling "Use" by using the ItemActionSet that is an attribute value of the selected item.
 
Last edited:
Top