Files
wow-weakauras/Meta/api/SetTradeSkillInvSlotFilter.lua
2024-11-07 23:12:37 +01:00

7 lines
275 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param enable number
---@param exclusive 1nil
---Filters the trade skill listing by equipment slot of items produced
function SetTradeSkillInvSlotFilter(index, enable, exclusive) end