WoW:API GetTradeSkillRecipeLink: Difference between revisions

Old craft API was removed with 3.0, remove note about that
(New page: {{wowapi}} Returns the EnchantLink for a trade skill. link = GetTradeSkillRecipeLink(index) == Parameters == === Arguments === :(index) :;index : Integer - The row of the tradeskil...)
 
(Old craft API was removed with 3.0, remove note about that)
Line 45: Line 45:


:;link : String - An [[EnchantLink]] (color coded with href) which can be included in chat messages to show the reagents and the items the trade skill creates.
:;link : String - An [[EnchantLink]] (color coded with href) which can be included in chat messages to show the reagents and the items the trade skill creates.
== Notes ==
: This function works only with trade skills that use the TradeSkillFrame. These are all the trade skills except enchanting and the hunter's train-pet ability. Same task can be accomplished for those trade skills using [[API GetCraftRecipeLink|GetCraftRecipeLink]] function.
Anonymous user