Declaration
func GetConsumables(target entity<Player>, out var items List<ItemIDType>)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | Player | Target Player |
Out
| Name | Type | Description |
|---|---|---|
| Result | ListT_ItemGoodsIDType | Consumable List |
Get the consumables in the target player's backpack consumable column
func GetConsumables(target entity<Player>, out var items List<ItemIDType>)
go
| Name | Type | Description |
|---|---|---|
| Target | Player | Target Player |
| Name | Type | Description |
|---|---|---|
| Result | ListT_ItemGoodsIDType | Consumable List |