Files
wow_Meta/api/GetTradeSkillRecipeLink.lua
2024-12-16 13:13:08 +01:00

6 lines
444 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string link
---Returns hyperlink for a tradeskill recipe. The tooltip produced when resolving the link describes the recipe itself -- its reagents and (if present) description -- in addition to (if applicable) the item created. For a link which only describes the created item, see GetTradeSkillItemLink().
function GetTradeSkillRecipeLink(index) end