limit field
Specifies the maximum number of iterations in a for loop, or the maximum number of repetitions for a timer.
Applies to...
The limit field applies to the for and timer tags.
- For a for loop, the maxiumum number of continuous loop iterations is restricted by the console itself. This prevents the possibility of the user's console becoming unresponsive for an extended period of time.
- For a timer, the console is able to respond to the user between timer repetitions so the limit field can be set to inf to allow the timer to repeat indefinitely.