UnequipAll - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Forces this actor to unequip all currently equipped items.
Syntax[edit | edit source]
Function UnequipAll() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Force the player to unequip all currently equipped items.
Game.GetPlayer().UnequipAll()