Recent Changes - Search:

ZGameEditor

Documentation

Community

Edit sidebar

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;".

Edit - History - Print - Recent Changes - Search
Page last modified on March 12, 2010, at 06:10 pm