WoW:API GetTradeSkillSubClasses: Difference between revisions
Jump to navigation
Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center> | <center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center> | ||
Line 22: | Line 23: | ||
Prints the valid subclasses to the chatwindow | Prints the valid subclasses to the chatwindow | ||
ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses())); | ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses())); | ||
Revision as of 17:28, 6 January 2007
← WoW API < GetTradeSkillSubClasses
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()));