new InventoryItems()
- Source:
Methods
(static) InventoryItems#getItems() → {Array.<inventory.Item>}
Get the field value
Array of inventory items
- Source:
Returns:
An array of
- Type
- Array.<inventory.Item>
(static) InventoryItems#setItems(items)
Set the field value
Array of inventory items
Parameters:
Name | Type | Description |
---|---|---|
items |
Array.<inventory.Item> | An array of |
- Source: