m
Move page script moved page API GetTradeSkillInvSlots to WoW:API GetTradeSkillInvSlots without leaving a redirect
No edit summary |
m (Move page script moved page API GetTradeSkillInvSlots to WoW:API GetTradeSkillInvSlots without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns a list of the available inventory slot types | Returns a list of the available inventory slot types | ||
| Line 22: | Line 22: | ||
Prints the available inventory slot types to the chatwindow | Prints the available inventory slot types to the chatwindow | ||
ChatFrame1:AddMessage(GetTradeSkillInvSlots()); | ChatFrame1:AddMessage(GetTradeSkillInvSlots()); | ||
---- | ---- | ||
;''Example'' | |||
Gets available inventory slots as a table of strings | |||
local t = {GetTradeSkillInvSlots()}; | |||