WoW:API GetTradeSkillInvSlots: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns a list of the available inventory slot types | Returns a list of the available inventory slot types |
Revision as of 02:22, 30 November 2007
← 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());
- Example
Gets available inventory slots as a table of strings
local t = {GetTradeSkillInvSlots()};