Table of Contents

Method IsItemPropertyValidForItem

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsItemPropertyValidForItem(NwItem)

Gets if this item property is valid for the specified item.

public bool IsItemPropertyValidForItem(NwItem item)

Parameters

item NwItem

The item to check.

Returns

bool

True if the item is valid for this property, otherwise false.

IsItemPropertyValidForItem(NwBaseItem)

Gets if this item property is valid for the specified base item type.

public bool IsItemPropertyValidForItem(NwBaseItem item)

Parameters

item NwBaseItem

The item type to check.

Returns

bool

True if the item is valid for this property, otherwise false.