Files
wow_Meta/api/SetTradeSkillInvSlotFilter.lua
2024-12-16 13:13:08 +01:00

7 lines
269 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