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 byGetTradeSkillInvSlots()), or0for no filter (number)enable- 1 to show recipes matching inventory typeindexin the filtered list; 0 to hide them (number)exclusive- 1 to disable other subclass filters when enabling this one; otherwise nil (1nil)