Condition

A Condition node executes its child nodes if the expression is true.

Properties

Name
Project script attribute
Description
Boolean condition
test
An expression that is evaluated during the merge. When the evaluated value equals true, all child nodes are executed.

Project script node name

if
See also:
Switch