WoW:API GetTradeSkillReagentItemLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetTradeSkillReagentItemLink to API GetTradeSkillReagentItemLink without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{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. | ||
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.