WoW:ItemEquipLoc: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
({{wowapitype}})
Line 1: Line 1:
{{wowapitype}}
These are the possible 8th returns of [[API GetItemInfo|GetItemInfo]] and their usable slots.
These are the possible 8th returns of [[API GetItemInfo|GetItemInfo]] and their usable slots.


Line 32: Line 34:
<tr><td>"INVTYPE_BAG"</td><td>Containers</td><td>20,21,22,23</td></tr>
<tr><td>"INVTYPE_BAG"</td><td>Containers</td><td>20,21,22,23</td></tr>
</table>
</table>
----
{{WoW API}}

Revision as of 21:37, 9 June 2006

API types

These are the possible 8th returns of GetItemInfo and their usable slots.

ReturnTypeUsable Slots
""Unequippablena
"INVTYPE_AMMO"Ammo0
"INVTYPE_HEAD"Head1
"INVTYPE_NECK"Neck2
"INVTYPE_SHOULDER"Shoulder3
"INVTYPE_BODY"Shirt4
"INVTYPE_CHEST"Chest5
"INVTYPE_ROBE"Chest5
"INVTYPE_WAIST"Waist6
"INVTYPE_LEGS"Legs7
"INVTYPE_FEET"Feet8
"INVTYPE_WRIST"Wrist9
"INVTYPE_HAND"Hands10
"INVTYPE_FINGER"Fingers11,12
"INVTYPE_TRINKET"Trinkets13,14
"INVTYPE_CLOAK"Cloaks15
"INVTYPE_WEAPON"One-Hand16,17
"INVTYPE_SHIELD"Shield17
"INVTYPE_2HWEAPON"Two-Handed16
"INVTYPE_WEAPONMAINHAND"Main-Hand Weapon16
"INVTYPE_WEAPONOFFHAND"Off-Hand Weapon17
"INVTYPE_HOLDABLE"Held In Off-Hand17
"INVTYPE_RANGED"Bows Guns or Crossbows18
"INVTYPE_THROWN"Ranged18
"INVTYPE_RANGEDRIGHT"Wands18
"INVTYPE_RELIC"Relics18
"INVTYPE_TABARD"Tabard19
"INVTYPE_BAG"Containers20,21,22,23