Script API - v1.26.10
    Preparing search index...

    Class EntityItemDropAfterEvent

    Contains information related to an entity having dropped items.

    export class EntityItemDropAfterEvent {
    private constructor();
    readonly entity: Entity;
    readonly items: Entity[];
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    entity: Entity

    The entity that has dropped the items.

    This property can't be read in early-execution mode.

    items: Entity[]

    The list of items the entity has dropped.

    This property can't be read in early-execution mode.