Select Data
Last updated
Last updated
When you want to evaluate a Data Value in one or more different ways, depending on some conditions, SelectData is used to converge Branches of Logic into a single Branch, regardless of how the Data was calculated.
Attribute | Type | Description |
---|---|---|
| Drop-down | The type of data that will be plugged into the |
| Int | The number of Input Pulses and Data Values the Node will receive. |
Input | Type | Description |
---|---|---|
| Pulse | The Pulse corresponding to the Data in the Socket below. |
| Defined in the | The Data Value corresponding to the above Pulse. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the | The |
Below is a very simple example of the usage of the SelectData Node. We have two OnKeyPress Nodes, which increment/decrement the Value of a Variable, when the Up
/ Down
arrows are pressed. By using SelectData, we only need to assing the Value once.