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

8 lines
452 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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