WoW:API GetTradeSkillReagentItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 17: Line 17:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetTradeSkillReagentItemLink]]
[[Category:API Item Functions|GetTradeSkillReagentItemLink]]
[[Category:API TradeSkill Functions|GetTradeSkillReagentItemLink]]
[[Category:API TradeSkill Functions|GetTradeSkillReagentItemLink]]

Revision as of 18:31, 29 August 2005

GetTradeSkillReagentItemLink - Documentation by Flickering

Gets the link string for a trade skill reagent.

link = GetTradeSkillReagentItemLink(skillId, reagentId)

Parameters

Arguments

(skillId, reagentId)
skillId
Integer - The Id specifying which trade skill's reagent to link.
reagentId
Integer - The Id specifying which of the skill's reagents to link.

Returns

link
link
String - An item link string (color coded with href) which can be included in chat messages to represent the reagent required for the trade skill.

Template:WoW API