Files
wow_Meta/api/SetTradeSkillInvSlotFilter.lua
2025-05-04 14:35:26 +02:00

8 lines
267 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