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

    Class EntityTamedBeforeEventSignalBeta

    Manages callbacks that are connected to before an entity is tamed.

    export class EntityTamedBeforeEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: EntityTamedBeforeEvent) => void,
    options?: EntityTamedEventFilter,
    ): (arg0: EntityTamedBeforeEvent) => void;
    unsubscribe(callback: (arg0: EntityTamedBeforeEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods