WoW:API GetTradeSkillTools: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API GetTradeSkillTools to API GetTradeSkillTools without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center>


Returns the required tools for a specific trade skill.
Returns the required tools for a specific trade skill.

Latest revision as of 04:46, 15 August 2023

WoW API < GetTradeSkillTools

Returns the required tools for a specific trade skill.

GetTradeSkillTools(skillIndex);

Arguments
none

Returns
ListString tools
tools
The tools required for the tradeskill

Example

Prints the tools required for the tradeskill to the chatwindow.

ChatFrame1:AddMessage(BuildColoredListString(GetTradeSkillTools(skillIndex)));