WoW:API GetTradeSkillSubClasses: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetTradeSkillSubClasses to API GetTradeSkillSubClasses without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center>
{{wowapi}}


Returns a list of the valid subclasses.
Returns a list of the valid subclasses.
Line 22: Line 22:
Prints the valid subclasses to the chatwindow
Prints the valid subclasses to the chatwindow
  ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses()));
  ChatFrame1:AddMessage(BuildListString(GetTradeSkillSubClasses()));
----
{{WoW API}}

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