Method GetItems
GetItems()
Returns an array of all items within the wallet.
Declaration
public static InventoryItem[] GetItems()
Returns
Type | Description |
---|---|
InventoryItem[] | An array of all items within the wallet. |
GetItems(List<InventoryItem>)
Fills the given list with all items found in the wallet.
Declaration
public static void GetItems(List<InventoryItem> inventoryItems)
Parameters
Type | Name | Description |
---|---|---|
List<InventoryItem> | inventoryItems | The list to fill up. |