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

    Interface InventoryItemEventOptions

    interface InventoryItemEventOptions {
        allowedSlots?: number[];
        excludeItems?: string[];
        excludeTags?: string[];
        ignoreQuantityChange?: boolean;
        includeItems?: string[];
        includeTags?: string[];
        inventoryType?: PlayerInventoryType;
    }
    Index

    Properties

    allowedSlots?: number[]
    excludeItems?: string[]
    excludeTags?: string[]
    ignoreQuantityChange?: boolean
    includeItems?: string[]
    includeTags?: string[]
    inventoryType?: PlayerInventoryType