WoW:API GetTradeSkillReagentItemLink: Difference between revisions
Jump to navigation
Jump to search
GetTradeSkillReagentItemLink - Documentation by Flickering
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetTradeSkillReagentItemLink''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | <center>'''GetTradeSkillReagentItemLink''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | ||
Line 14: | Line 15: | ||
:;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. | ||
Revision as of 17:26, 6 January 2007
← WoW API < GetTradeSkillReagentItemLink
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.