Skip to content
RocketBlaster edited this page Jul 16, 2019 · 5 revisions

Loop


Loop is an optimized version of a for loop. That will loop the arguments[0], (aguments[1] * arguments[2]) number of times.


(Do not use this on loops with under 30 iterations)

Usage: loop(Function to loop, Number of iterations, Second Number of iterations (Default 30))

Clone this wiki locally