Body, Mind & Soul — API Reference
    Preparing search index...
    itemHasSocketedType: {
        configFields: { label: string; name: string; type: string }[];
        configPartial: string;
        evaluate: (cond: any, __namedParameters: { hookArgs: any }) => any;
        hooks: string[];
    }

    True when the used item has a socketed gem/item of the specified type.

    Type Declaration

    • configFields: { label: string; name: string; type: string }[]
    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { hookArgs: any }) => any
    • hooks: string[]