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

6 lines
344 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return list ...
---Returns a list of recipe equipment slots for the current trade skill. These inventory types correspond to those of the items produced (see GetItemInfo() and GetAuctionItemInvTypes()) and can be used to filter the recipe list.
function GetTradeSkillInvSlots() end