Skip to content

Create Int List

The Create Int List node allows you to create a list of integer values.

Inputs

  • Items (int[]): A list of integer values to include in the output list

Outputs

  • Output (list): The created list of integer values

Example

# Items: [1, 2, 3]
# Output: [1, 2, 3]

# Items: [-5, 0, 42]
# Output: [-5, 0, 42]

Notes

  • All items in the input list must be integer values
  • The order of items is preserved in the output list
  • The node can accept both input and property modes for the items parameter