Recent Changes - Search:

ZGameEditor

Documentation

Community

Edit sidebar

Condition

Condition

Execute a component list depending on the return value of an expression.

Properties

The expression that will be evaluated. If a true value is returned then the "OnTrue"-component list will be executed, otherwise the "OnFalse" will be executed. Example expressions: "return 1==1;", "return CurrentModel.Position.X>5;".

OnTrue

List of components that will be executed when Expression evaluates to true.

OnFalse

List of components that will be executed when Expression evaluates to false.

Edit - History - Print - Recent Changes - Search
Page last modified on February 24, 2010, at 11:15 pm