Table of Contents

Method CompareItem

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

CompareItem(NwItem)

Compare this item to another item to test if it is stackable.

public bool CompareItem(NwItem otherItem)

Parameters

otherItem NwItem

The other item to compare to.

Returns

bool

True if both items can stack with each-other, otherwise false.