Filters the trade skill listing by equipment slot of items produced


See also Tradeskill functions.

Signature:

SetTradeSkillInvSlotFilter(index [, enable [, exclusive]])

Arguments:

  • index - Index of an item equipment slot (in the list returned by GetTradeSkillInvSlots()), or 0 for no filter (number)
  • enable - 1 to show recipes matching inventory type index in the filtered list; 0 to hide them (number)
  • exclusive - 1 to disable other subclass filters when enabling this one; otherwise nil (1nil)