Xivgear Types Documentation
    Preparing search index...
    • Range produces a range of numbers starting with startInclusive and ending before endExclusive.

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

      Parameters

      • startInclusive: number
      • endExclusive: number
      • increment: number = 1

        defaults to 1

      Returns number[]