WoW API: GetTradeSkillSubClasses

Revision as of 17:28, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)

WoW API < GetTradeSkillSubClasses

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