Difference between revisions of "UnequipItemSlot - Actor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>JLundin
(Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Forces this actor to unequip all armor on the given slot. == Syntax == <sour...")
 
imported>Scrivener07
m (Minor format change. Thanks for the contrib BadDog)
 
(One intermediate revision by one other user not shown)
Line 28: Line 28:
*[[UnequipItem - Actor]]
*[[UnequipItem - Actor]]
*[[IsEquipped - Actor]]
*[[IsEquipped - Actor]]
*[[Biped Object]] for slot definitions

Latest revision as of 12:34, 7 April 2019

Member of: Actor Script (Requires 1.6)

Forces this actor to unequip all armor on the given slot.

Syntax[edit | edit source]

Function UnequipItemSlot(int aiSlot) native

Parameters[edit | edit source]

  • aiSlot: The biped object slot from the actors race to unequip.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Force the player to unequip the full helmets
Game.GetPlayer().UnequipItemSlot(30)


See Also[edit | edit source]