Table of Contents

Method ChangeAppearance

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ChangeAppearance(Action<ItemAppearance>)

Creates a new item with the specified appearance changes.
The existing item is destroyed and replaced with the new item.
If the item was equipped, it is restored to the original equipment slot.

public NwItem ChangeAppearance(Action<ItemAppearance> changes)

Parameters

changes Action<ItemAppearance>

The appearance changes to apply.

Returns

NwItem

The new item with the updated appearance.