Creates a Lua-style numeric for loop (for i=start,limit,step) when used in for...of. Not valid in any other context. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions
The first number in the sequence to iterate over.
The last number in the sequence to iterate over.
Optional
The amount to increment each iteration.
Generated using TypeDoc
Creates a Lua-style numeric for loop (for i=start,limit,step) when used in for...of. Not valid in any other context. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions