|
bool | CheckFit (NwBaseItem baseItem) |
| Gets if the specified base item type will fit in this inventory.
|
|
bool | CheckFit (NwItem item) |
| Gets if the specified item will fit in this inventory.
|
|
|
IEnumerable< NwItem > | Items [get] |
| Gets all items belonging to this inventory.
|
|
◆ CheckFit() [1/2]
bool Anvil.API.Inventory.CheckFit |
( |
NwBaseItem | baseItem | ) |
|
|
inline |
Gets if the specified base item type will fit in this inventory.
- Parameters
-
baseItem | The base item type to check. |
- Returns
- True if the item will fit, otherwise false.
◆ CheckFit() [2/2]
bool Anvil.API.Inventory.CheckFit |
( |
NwItem | item | ) |
|
|
inline |
Gets if the specified item will fit in this inventory.
- Parameters
-
- Returns
- True if the item will fit, otherwise false.
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Objects/Inventory.cs