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

      Turns dictionaries with numbered keys into arrays.

      Parameters

      • sourceObj: object

        The source object which contains the full array in the same path as targetObj.

      • targetObj: object

        The target object to alter. The array doesn't have to be immediately in this object.

      • keepPath: string

        A path to the array to keep, separated with dots. e.g. "system.damageParts".

      Returns void