Table of Contents

Method CheckFit

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

CheckFit(NwItem)

Gets if the specified item will fit in this inventory.

public bool CheckFit(NwItem item)

Parameters

item NwItem

The item to check.

Returns

bool

True if the item will fit, otherwise false.

CheckFit(NwBaseItem)

Gets if the specified base item type will fit in this inventory.

public bool CheckFit(NwBaseItem baseItem)

Parameters

baseItem NwBaseItem

The base item type to check.

Returns

bool

True if the item will fit, otherwise false.