Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added Links to EquipItemEx, UnequipItemEx.
imported>JLundin |
imported>Wafflesalot (→SKSE Member Functions: Added Links to EquipItemEx, UnequipItemEx.) |
||
Line 576: | Line 576: | ||
'''Function [[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]()''' | '''Function [[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]()''' | ||
*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)''' | |||
*Force equips the specified item to the specified slot. | |||
'''Function [[UnequipItemEx - Actor|UnequipItemEx]](Form item, int equipSlot = 0, bool preventEquip = false)''' | |||
*Force unequips the specified item at the specified slot. | |||
== Events == | == Events == |