Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
This function is restricted.
|
Opens a tradeskill window.
success = C_TradeSkillUI.OpenTradeSkill(tradeSkillID)
Arguments[]
- tradeSkillID
- number
Returns[]
- success
- boolean
Example[]
Opens the cooking window.
/run C_TradeSkillUI.OpenTradeSkill(185)
Patch changes[]
Patch 7.0.3 (2016-07-19): Added.