UnequipItemSlot - Actor

Revision as of 10:02, 2 February 2012 by imported>RobinHood70 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Forces this actor to unequip all armor on the given slot. == Syntax == <source lang="papyrus"> Fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

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