Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns a list of the valid subclasses.
subClasses = GetTradeSkillSubClasses()
- Arguments
- none
- Returns
- subClasses
- ListString : The valid subclasses
- Example
Prints the valid subclasses to the chatwindow
ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses()));