Callback.EntityPickUpDropFunction
since: 2.2.1b88
Callable
Parameters
entityUid: number
entity that picked up the item (this callback is currently called only for players)
dropEntityUid: number
dropped item's entity
item: ItemInstance
ItemInstance of the drop entity
count: number
which count of item stack
Returns any
Function used in "EntityPickUpDrop" callback.