Pathfinder 1e for Foundry VTT
    Preparing search index...

    Function isValidChangeTarget

    • Internal

      Determine if buff target or buff target category is valid for the defined actor and item.

      Parameters

      • data: object

        Buff target or category data

      • options: { actor?: Actor<"base" | ModuleSubType>; item?: Item<"base" | ModuleSubType> } = {}

        Additional options

        • Optionalactor?: Actor<"base" | ModuleSubType>

          Actor to test

        • Optionalitem?: Item<"base" | ModuleSubType>

          Item to test

      Returns { actor: boolean; item: boolean; valid: boolean }

      • Validity statement