Repeat
Repeat execution of a component list.
Properties
Count
Number of times the components in OnIteration will be executed. This value is not used if WhileExp-property is set.
OnIteration
The list of components that will be executed repeatedly.
WhileExp
An expression that will be executed after each loop-iteration. The special property "Iteration" contains the value of the current iteration. Return a false value to end the repeat-loop. Example expression: "return this.Iteration<5;".