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

    Class PlayerHotbarSelectedSlotChangeAfterEventSignal

    Manages callbacks that are connected after a player selected hotbar slot is changed.

    export class PlayerHotbarSelectedSlotChangeAfterEventSignal {
    private constructor();
    subscribe(
    callback: (arg0: PlayerHotbarSelectedSlotChangeAfterEvent) => void,
    options?: HotbarEventOptions,
    ): (arg0: PlayerHotbarSelectedSlotChangeAfterEvent) => void;
    unsubscribe(callback: (arg0: PlayerHotbarSelectedSlotChangeAfterEvent) => void): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods