Set vector list items
Sets multiple item values in a number list.
Inputs
- 
list
- The list of values to set an item within.
 
 - 
indexList
- The list of index values that defines which items to set from the list input.
 
 - 
values
- The value that defines what to set the item’s values to.
 
 
Outputs
- 
list
- The list of values with the item’s set values.
 
 
Note(s)
- Other names for this node include: SetVectorListItems.