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