Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 7.0.3 (2016-07-19): Moved from GetTradeSkillTools to C_TradeSkillUI.GetRecipeTools.