WoW:API GetTradeSkillReagentItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API GetTradeSkillReagentItemLink to API GetTradeSkillReagentItemLink without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''GetTradeSkillReagentItemLink''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Gets the link string for a trade skill reagent.
Gets the link string for a trade skill reagent.
Line 14: Line 14:


:;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.
:;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.
----
__NOTOC__
{{Template:WoW API}}
[[Category:API TradeSkill Functions|GetTradeSkillReagentItemLink]]

Latest revision as of 04:46, 15 August 2023

WoW API < GetTradeSkillReagentItemLink

Gets the link string for a trade skill reagent.

link = GetTradeSkillReagentItemLink(skillId, reagentId)

Parameters[edit]

Arguments[edit]

(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[edit]

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.