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

    Interface HotbarEventOptionsRc

    Contains additional filtering options for hotbar events.

    interface HotbarEventOptions {
        allowedSlots?: number[];
    }
    Index

    Properties

    Properties

    allowedSlots?: number[]

    The slot indexes to consider. Values should be between 0 and 8, inclusive. If not specified, all slots are considered.