Clear Array
Last updated
Last updated
Clear Array accepts an input Array and proceeds to remove and delete all elements contained in it. After that the Node outputs the emptied Array with a size of 0.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Array | The input Array you wish to empty. |
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. |
| Array | The emptied output Array. |
Arrays on Wikipedia.