WoW:API GetTradeSkillSubClasses: Difference between revisions
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: | ||
{{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())); | ||
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()));