ComponentRef
Repeat
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 identity value of the current iteration. Return a false value to end the repeat-loop. Example expression: "return this.Iteration<5;".
ZGameEditor
Documentation
- Contents
- Overview
- Tutorial 1
- Tutorial 2
- Tutorial 3
- Sample projects
- Component reference
- Writing expressions
Community