![]() |
This is no longer a part of the World of Warcraft API.
|
Contents
← WoW API < GetCraftRecipeLink
Gets the an 'enchantLink' for a craft.
local enchantLink = GetCraftRecipeLink(index)
Parameters[edit | edit source]
Arguments[edit | edit source]
- index (number) - The index of the item in the current active trade skill
Returns[edit | edit source]
- enchantLink (string) - A special color coded link with href, which can be included in chat messages to show the reagents and the items the craft creates.
Details[edit | edit source]
This function works with the trade skill which is currently active and only the trade skills that use the CraftFrame, not the TradeSkillFrame. Initially there is no active trade skill. A trade skill becomes active when a trade skill window is opened, for instance.
Note that not all trade skills will change the active trade skill for this function. At the moment only enchanting and hunter's train-pet window use CraftFrame. Use GetTradeSkillRecipeLink for the other professions.
Notes[edit | edit source]
- Removed in patch 3.0. Use GetTradeSkillRecipeLink instead.
Community content is available under CC-BY-SA unless otherwise noted.