WoW:API GetTradeSkillSubClasses

From AddOn Studio
Revision as of 05:51, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-

Returns a list of the valid subclasses.

GetTradeSkillSubClasses();

Arguments
none

Returns
ListString subClasses
subClasses
The valid subclasses

Example

Prints the valid subclasses to the chatwindow

ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses()));



Template:WoW API