ForInt
This is a node that repeats execution as long as the condition is met while changing the int type value.
Properties
Property name | Type | Description |
---|---|---|
Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
Start Value | int |
Starting numbers |
Comparison Op | ComparisonOp |
How to compare numbers
|
Comparison Value | int |
Numeric value to compare with current value |
Amount | int |
Amount of change in current value when Body completes execution |
Body | OutputExecutePort | Execute the destination node during the loop |
Value | int |
Outputs the current value. |
Completed | OutputTransitionPort | The transition occurs when the numerical comparison result becomes false or the execution node from the Body reaches Break. |