Xivgear Types Documentation
    Preparing search index...
    • Range produces a range of numbers starting with startInclusive and ending with endExclusive (assuming it would have been included in the range based on startInclusive and endInclusive.

      If startInclusive is greater than endInclusive, or increment is not positive, the behavior of this function is undefined.

      Parameters

      • startInclusive: number
      • endInclusive: number
      • increment: number = 1

        defaults to 1

      Returns number[]