Files
wow_Meta/api/SetTradeSkillInvSlotFilter.lua
2025-05-04 15:15:00 +02:00

9 lines
276 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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