UnequipAll - Actor

Member of: Actor Script

Forces this actor to unequip all currently equipped items.

SyntaxEdit

Function UnequipAll() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Force the player to unequip all currently equipped items.
Game.GetPlayer().UnequipAll()

See AlsoEdit