Difference between revisions of "Actor Script"

31 bytes removed ,  04:04, 28 February 2013
→‎SKSE Member Functions: Removed = * from Parameters in EquipItemEx and UnequipItemEx.
imported>Wafflesalot
(→‎SKSE Member Functions: Added Links to EquipItemEx, UnequipItemEx.)
imported>Wafflesalot
(→‎SKSE Member Functions: Removed = * from Parameters in EquipItemEx and UnequipItemEx.)
Line 577: Line 577:
*Updates modifications linked to the actor.
*Updates modifications linked to the actor.


'''Function [[EquipItemEx - Actor|EquipItemEx]](Form item, int equipSlot = 0, bool preventUnequip = false, bool equipSound = true)'''
'''Function [[EquipItemEx - Actor|EquipItemEx]](Form item, int equipSlot, bool preventUnequip, bool equipSound)'''
*Force equips the specified item to the specified slot.
*Force equips the specified item to the specified slot.


'''Function [[UnequipItemEx - Actor|UnequipItemEx]](Form item, int equipSlot = 0, bool preventEquip = false)'''
'''Function [[UnequipItemEx - Actor|UnequipItemEx]](Form item, int equipSlot, bool preventEquip)'''
*Force unequips the specified item at the specified slot.
*Force unequips the specified item at the specified slot.


Anonymous user