Pop Array Element
Last updated
Last updated
Pop Array Element removes element/s from an Array supplied to the Node. The element/s can be removed from either the front or back of the Array.
The number of Output Elements you wish to add to the Attribute section. The Elements added will be removed from the Input Array. Each Element has the following format:
Attribute | Type | Description |
---|---|---|
| Drop-down | The |
The Mode
is a toggle what determines if an element will be removed from the front or back of the Array.
Attribute | Type | Description |
---|---|---|
| Bool | If the toggle is switched on, the desired element is removed from the back of the Array otherwise it will be removed from the front of the Array. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Array | The Array whose element you wish to remove. |
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 resulting Array after the desired element/s are removed. |
| Defined in the | The element removed from the Array. |