Difference between revisions of "GetEquipmentSlot"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Returns the equipment slot of the object. '''Syntax:''' (slot:short) ''reference.''GetEquipmentSlot ''objec...)
 
imported>WereWolf
Line 32: Line 32:
==See Also==
==See Also==
*[[GetEquippedObject]]
*[[GetEquippedObject]]
*[[SetEquipmentSlot]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 16:40, 12 September 2007

A command for Oblivion Script Extender

Returns the equipment slot of the object.

Syntax:

(slot:short) reference.GetEquipmentSlot objectID:ref
Equipment Slot IDs:
 0:    head
 1:    hair
 2:    upper body
 3:    lower body
 4:    hand
 5:    foot
 6:    right ring
 7:    left ring
 8:    amulet
 9:    weapon
10:    back weapon
11:    side weapon
12:    quiver
13:    shield
14:    torch
15:    tail
16:    weapon*
17:    ammo*
18:    lower and upper body
19:    lower and upper and foot
20:    lower, upper, hand and foot
   *Return values only

See Also