Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns a list of the available inventory slot types

invSlots = GetTradeSkillInvSlots()

Arguments
none

Returns
invSlots
ListString : 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()};
Advertisement