Set Array Item Reference

Use the Set Array Item Reference node to set a specific item in an array by the index. This will replace the original reference of the array’s item.
Input
| Name | Data Type | Description | 
|---|---|---|
| Enter | Exec | Execute this node | 
| Number Array | Number Array | The input array to get the item from | 
| Index | Number | The index of the item to set, starting from 0 | 
| Value | Number | The new set value to the target item | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Next | Exec | Execute the next node | 
| Number Array | Number Array | The updated reference array with the updated item |