WoW:API GetTradeSkillTools

Revision as of 22:58, 28 May 2005 by WoWWiki>Xharze
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetTradeSkillSelectionIndex -Documentation by Xharze-

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)));



Template:WoW API