Wowpedia

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

READ MORE

Wowpedia
Advertisement

Returns the required tools for a recipe.

... = C_TradeSkillUI.GetRecipeTools(recipeID)

Returns[]

ListString tools
tools
The tools required for the tradeskill

Example[]

Prints the tools required for the tradeskill to the chatwindow.

print(BuildColoredListString(C_TradeSkillUI.GetRecipeTools(recipeID)))

Patch changes[]

Legion Patch 7.0.3 (2016-07-19): Moved from GetTradeSkillTools to C_TradeSkillUI.GetRecipeTools.

Advertisement