Method RunUnequip
RunUnequip(NwItem)
Instruct this creature to instantly unequip the specified item.
public bool RunUnequip(NwItem item)
Parameters
itemNwItemThe item to unequip.
Returns
- bool
True if the item was successfully unequipped, otherwise false.
Exceptions
- ArgumentNullException
Item is null.