Contains information related to an entity having dropped items.
export class EntityItemDropAfterEvent { private constructor(); readonly entity: Entity; readonly items: Entity[];} Copy
export class EntityItemDropAfterEvent { private constructor(); readonly entity: Entity; readonly items: Entity[];}
Private
Readonly
The entity that has dropped the items.
This property can't be read in early-execution mode.
The list of items the entity has dropped.
Contains information related to an entity having dropped items.
Source