Body, Mind & Soul — API Reference
    Preparing search index...
    targetInRange: {
        evaluate: (
            _cond: any,
            __namedParameters: { actor: any; featureItem: any; targetActor: any },
        ) => boolean;
        hooks: never[];
    }

    True when targetActor is within the acting action's effective reach of actor. Uses context.featureItem (the action being resolved in swing triggers) as the ranging action. Returns false if either position can't be resolved.

    Type Declaration

    • evaluate: (
          _cond: any,
          __namedParameters: { actor: any; featureItem: any; targetActor: any },
      ) => boolean
    • hooks: never[]