Declaration
event OnUseConsumable(consumableID ItemIDType, item entity<Entity>, spawnedItem entity<Entity>)
go
Parameters
| Name | Type | Description |
|---|---|---|
| ConsumableID | ItemGoodsIDType | Item ID |
| Item | Entity | The prop entity, can be null |
| Spawned Item | Entity | A new item entity after using an item, can be null |