nkFcIfCondition
- Last UpdatedJan 24, 2023
- 1 minute read
The nkFcIfCondition node is an if statement that checks whether a Boolean condition is True or False.
Limits
Parameters True and False must have the same value as size.
Output
Same as size.
Code example
This is an example of the nkFcIfCondition node.
<nkFcIfCondition name="nNodeName" size="3" condition="nNodeName" true="nNodeName" false="nNodeName"/>
Parameters
condition
-
Size: 1
-
Type: Boolean
-
The condition to be evaluated.
true
-
Value if (condition = True)
false
-
Value if (condition = False)
size
-
Size of True and False
-
Limits: [1..4]