Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
→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 | '''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 | '''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. | ||