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

    Class EntityItemDropAfterEventSignal

    Manages callbacks that are connected to when an entity has dropped items.

    export class EntityItemDropAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: EntityItemDropAfterEvent) => void,
    options?: EntityItemDropEventOptions,
    ): (arg0: EntityItemDropAfterEvent) => void;
    unsubscribe(callback: (arg0: EntityItemDropAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods