Method CheckFit
CheckFit(NwItem)
Gets if the specified item will fit in this inventory.
public bool CheckFit(NwItem item)
Parameters
itemNwItemThe 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
baseItemNwBaseItemThe base item type to check.
Returns
- bool
True if the item will fit, otherwise false.