Create New Array
Creates a new Array. The outgoing property Id is the id of the newly created array. This can for example be connected to an Array node or Insert Object Into Array Node.
Data | Description |
---|
Items | An array containing initial items of the new array. It will be read when the Do signal is triggered. In other words, the new Array will be a copy of the provided Array, containing the same Objects. |
Signal | Description |
---|
Do | Sending a signal to this input creates the new Array. The Id of the newly created array will be set on the Id output. Each triggering will create a new Array, hence changing the Id output. |
Outputs
Data | Description |
---|
Id | The Id of the newly created Array. You use this Id to refer to the Array. |
Signal | Description |
---|
Done | This signal will be sent when the new Array has been created. |