WoW:API GetTradeSkillSubClasses: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API GetTradeSkillSubClasses to API GetTradeSkillSubClasses without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:46, 15 August 2023

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