Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the result item link for a recipe.

recipeItemLink = C_TradeSkillUI.GetRecipeItemLink( recipeId )

Returns[]

recipeLink
string that can be used in chats

Example[]

The following snippet prints in chat link to the object created by recipe:

local recipeItemLink = C_TradeSkillUI.GetRecipeItemLink( recipeId )
print( recipeItemLink )

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Moved from GetTradeSkillRecipeLink to C_TradeSkillUI.GetRecipeItemLink.

See also[]

Advertisement