Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the description for a recipe.

recipeDescription = C_TradeSkillUI.GetTradeSkillDescription(recipeID)

Arguments[]

recipeID
number - Also doubles as a Spell ID.

Returns[]

recipeDescription
string - For example, "Permanently enchant a two handed melee weapon to grant +25 Agility." Not readily available on function call, see SpellMixin:ContinueOnSpellLoad.

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement