C_TradeSkillUI.GetRecipeTools

From Warcraft Wiki
Jump to navigation Jump to search

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.