Contents
← WoW API < GetTradeSkillReagentItemLink
Gets the link string for a trade skill reagent.
link = GetTradeSkillReagentItemLink(skillId, reagentId)
Parameters[edit | edit source]
Arguments[edit | edit source]
- (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 | edit source]
- 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.
Community content is available under CC-BY-SA unless otherwise noted.