UnequipItemSlot - Actor
Member of: Actor Script (Requires 1.6)
Forces this actor to unequip all armor on the given slot.
SyntaxEdit
Function UnequipItemSlot(int aiSlot) native
ParametersEdit
- aiSlot: The biped object slot from the actors race to unequip.
Return ValueEdit
None.
ExamplesEdit
; Force the player to unequip the full helmets
Game.GetPlayer().UnequipItemSlot(30)
See AlsoEdit
- Actor Script
- EquipItem - Actor
- UnequipItem - Actor
- IsEquipped - Actor
- Biped Object for slot definitions