UnequipAll - Actor
Revision as of 14:06, 20 November 2015 by imported>Plplecuyer
Member of: Actor Script
Forces this actor to unequip all currently equipped items.
Syntax
Function UnequipAll() native
Parameters
None.
Return Value
None.
Examples
; Force the player to unequip all currently equipped items.
Game.GetPlayer().UnequipAll()