On Use Consumable

Items
Server Side
Both Mobile and PC
Owner:
Player

Triggered after item is used. Items that have use duration will trigger this event after they are used.

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