Value (array)

The Value (array) node is used to store a fixed collection of integers. It is particularly useful for handling multi-part solutions, coordinate sets, or sequential data that needs to be passed as a single object to specialized hardware or logic nodes.
When to use this node: * Combination Sequences: Storing a specific order of numbers (e.g., [4, 8, 15, 16, 23, 42]) for a sequence-based puzzle. * Predefined Coordinates: Setting a list of target positions for a motorized prop or automated puzzle. * Batch Configuration: Grouping up to 11 specific integer values (indices 0-10) to initialize a custom hardware controller.
Pro Tip:
Use the size property to define exactly how many elements of the array are active, ensuring that your logic doesn't process empty or unused slots.
Connectors out
- value [type: array]
Node properties
- description [type: string]
- is external pin [type: bool]
- is property [type: bool]
- pin name [type: string]
- show description [type: bool]
- size [type: integer]
- value_0 [type: integer]
- value_1 [type: integer]
- value_10 [type: integer]
- value_2 [type: integer]
- value_3 [type: integer]
- value_4 [type: integer]
- value_5 [type: integer]
- value_6 [type: integer]
- value_7 [type: integer]
- value_8 [type: integer]
- value_9 [type: integer]