UnequipItemSlot - Actor
Jump to navigation
Jump to search
Member of: Actor Script
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)