Reference

Components
Float Array
Description
The Float Array component creates an array of floating point numbers by setting, inserting and deleting individual elements in the array. You
define the index of the element you want to refer to and if needed the value you want to set or insert at that index. The array will resize
automatically to accommodate elements set or inserted at indexes higher than the current size of the array.
Connectors
Inputs Type Outputs
Value to use
Float Array of floats
Float Array
The reference index used for
set, insert and delete
Int Trigger sent when the
array has been
changed
Trigger
Set the value at the index
Trigger The number of array
entries
Int
Clear the array
Trigger
Array to make this equal to
Float Array
Insert the value at the index
Trigger
Delete the entry at the index
Trigger
111 of 494