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

    Class ItemStopUseOnAfterEventSignal

    Manages callbacks that are connected to an item stops used on a block event.

    export class ItemStopUseOnAfterEventSignal {
    private constructor();
    subscribe(callback: (arg0: ItemStopUseOnAfterEvent) => void): (arg0: ItemStopUseOnAfterEvent) => void;
    unsubscribe(callback: (arg0: ItemStopUseOnAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods