WoW:API GetTradeSkillSubClasses: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center>


Returns a list of the valid subclasses.
Returns a list of the valid subclasses.

Revision as of 02:22, 30 November 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()));