WoW:API GetTradeSkillInvSlots

From AddOn Studio
Revision as of 14:13, 29 May 2005 by WoWWiki>Xharze
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-

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());



Template:WoW API