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

7 lines
443 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