Repeat

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 value of the current iteration. Return a false value to end the repeat-loop. Example expression: "return this.Iteration<5;".

Recent Changes (All) | Edit SideBar Page last modified on January 22, 2007, at 06:28 PM Edit Page | Page History
Powered by PmWiki