UnequipItemSlot - Actor

Revision as of 10:48, 11 September 2016 by imported>Goggle (→‎See Also: Added link to Biped Slots page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

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