Difference between revisions of "Template:OBSE SlotIDs"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
 
imported>SpookyFX
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
----
===Slot IDs===
===Slot IDs===
  '''armor/clothing'''
  '''armor/clothing'''
   0 head
   0 head
Line 11: Line 14:
   8 amulet
   8 amulet
   13 shield
   13 shield
  14 torch
   15 tail
   15 tail
 
  18 lower and upper body
  19 lower and upper and foot
  20 lower, upper, hand and foot
  21 lower, upper, and hand
  22 upper and hand
  255 no slot
  '''weapon/ammo'''
  '''weapon/ammo'''
   16 weapon
   16 weapon
   17 ammo
   17 ammo


  '''return values'''
 
Special return values are used for getting the Equipment Type ([[:Template:OBSEValuetypes|Value Type 3]]) in [[GetObjectValue|GetOV]], [[GetCurrentValue|GetCV]], [[GetEquippedObjectValue|GetEOV]] and [[GetEquippedCurrentValue|GetECV]]
  '''Special return values'''
   18    both lower and upper body (robes)
   18    both lower and upper body (robes)


Reserved values are currently nonfunctional and/or obsolete.
  '''reserved'''
  '''reserved'''
   9 weapon
   9 (weapon)
   10 back weapon
   10 (back weapon)
   11 side weapon
   11 (side weapon)
   12 quiver  
   12 (quiver)
  14 torch
<noinclude>
[[Category: Templates|OBSE SlotIDs]]
[[Category: Function Info Templates|OBSE SlotIDs]]
</noinclude>

Latest revision as of 18:22, 19 January 2011


Slot IDs[edit source]

armor/clothing
 0	head
 1	hair
 2	upper body
 3	lower body
 4	hand
 5	foot
 6	right ring
 7	left ring
 8	amulet
 13	shield
 14	torch
 15	tail
 18	lower and upper body
 19	lower and upper and foot
 20	lower, upper, hand and foot
 21	lower, upper, and hand
 22 	upper and hand
 255	no slot

weapon/ammo
 16	weapon
 17	ammo


Special return values are used for getting the Equipment Type (Value Type 3) in GetOV, GetCV, GetEOV and GetECV

Special return values
 18     both lower and upper body (robes)

Reserved values are currently nonfunctional and/or obsolete.

reserved
  9	(weapon)
 10	(back weapon)
 11	(side weapon)
 12	(quiver)