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

7 lines
347 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return list ...
---Returns a list of recipe subclasses for the current trade skill. These subclasses correspond to those of the items produced (see GetItemInfo() and GetAuctionItemSubClasses()) and can be used to filter the recipe list.
function GetTradeSkillSubClasses() end