UnequipItemSlot - Actor

From the CreationKit Wiki
Revision as of 08:32, 15 June 2012 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script (Requires 1.6)

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

Syntax

Function UnequipItemSlot(int aiSlot) native

Parameters

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

Return Value

None.

Examples

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


See Also