Table of Contents

Method RunUnequip

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

RunUnequip(NwItem)

Instruct this creature to instantly unequip the specified item.

public bool RunUnequip(NwItem item)

Parameters

item NwItem

The item to unequip.

Returns

bool

True if the item was successfully unequipped, otherwise false.

Exceptions

ArgumentNullException

Item is null.