WoW:API GetTradeSkillInvSlots
Returns a list of the available inventory slot types
GetTradeSkillInvSlots();
- Arguments
- none
- Returns
- ListString invSlots
- invSlots
- The available inventory slot types
- Example
Prints the available inventory slot types to the chatwindow
ChatFrame1:AddMessage(GetTradeSkillInvSlots());