7 lines
347 B
Lua
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
|