WoW:API GetTradeSkillItemLink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetTradeSkillItemLink''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''GetTradeSkillItemLink''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 32: Line 33:


:;link : String - An item link string (color coded with href) which can be included in chat messages to represent the item which the trade skill creates.
:;link : String - An item link string (color coded with href) which can be included in chat messages to represent the item which the trade skill creates.
----
{{WoW API}}

Revision as of 17:26, 6 January 2007

WoW API < GetTradeSkillItemLink

GetTradeSkillItemLink - Documentation by Flickering

Gets the link string for a trade skill item.

link = GetTradeSkillItemLink(skillId)

Parameters

Arguments

(skillId)
skillId
Integer - The Id specifying which trade skill's link to get. Trade Skill window must be open for this to work. Indexes start at 1 which is the general catagory of the tradeskill, if you have selected a sub-group of trade skills then 1 will be the name of that sub-group.

Example: Trade Blacksmithing: (window is open, all catagories shown)

IndexName
1 Daggers
2 Heatseeker
3 One-handed Swords
4 Frostguard

Trade Blacksmithing: (window is open, only trade items are shown)

IndexName
1 Trade Items
2 Elemental Sharpening Stone
3 Thorium Shield Spike

Returns

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