Array Includes
Purpose of the Node
Section titled “Purpose of the Node”The Array Includes node checks whether a specified value exists within a given array and outputs a boolean result indicating the presence of the value.
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| Array | The array to search within | Input | Array |
| Value | The value to search for within the array | Input | Normal |
| Includes? | Boolean indicating if the array includes the value | Output | Boolean |