Method GetInventories
GetInventories()
Returns an array of all inventories in the manager.
Declaration
public static Inventory[] GetInventories()
Returns
| Type | Description |
|---|---|
| Inventory[] | An array of all inventories in the manager. |
GetInventories(List<Inventory>)
Fills the given list with all inventories in the manager.
Declaration
public static void GetInventories(List<Inventory> inventories)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Inventory> | inventories | The list to fill up. |