WoW:API GetTradeSkillInvSlots: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 25: Line 25:


----
----
{{Template:WoW API}}
{{WoW API}}
 
[[Category:API TradeSkill Functions|GetTradeskillSelectionIndex]]

Revision as of 05:51, 4 January 2006

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