ZGameEditor Documentation
Community |
RepeatRepeatRepeat execution of a component list. PropertiesCountNumber of times the components in OnIteration will be executed. This value is not used if WhileExp-property is set. OnIterationThe list of components that will be executed repeatedly. WhileExpAn 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;". |