WoW:InventorySlotName: Difference between revisions

no edit summary
(→‎Values: Removed the entries for RangedSlot and AmmoSlot since they were removed from the game in 5.0.4)
No edit summary
Line 1: Line 1:
{{wowapitype}}<br>
{{wowapitype}}<br />


Rather than use hard-coded ID's for inventory slots, each slot is mapped to a numeric ID at runtime using the [[API GetInventorySlotInfo]] function. This allows for future expansion and addition of new slots, as well as re-ordering of slots in the underlying code. Known slot ID's are as follows (and appear to be case insensitive):
Rather than use hard-coded ID's for inventory slots, each slot is mapped to a numeric ID at runtime using the [[API GetInventorySlotInfo]] function. This allows for future expansion and addition of new slots, as well as re-ordering of slots in the underlying code. Known slot ID's are as follows (and appear to be case insensitive):


== Values ==
== Values ==
Line 54: Line 54:


== Notes ==
== Notes ==
* <tt>RangedSlot</tt> and <tt>AmmoSlot</tt> were removed with {{cata-inline}} Cataclysm.
Anonymous user