Skip to content

Unit Reference GetArrayItem

S2NX7 edited this page Sep 30, 2025 · 2 revisions

GetArrayItem

Screenshot 2025-09-30 164415

The GetArrayItem node retrieves a value from a multidimensional array based on the specified indices for each dimension.

Properties

  • dimensions : The number of dimensions the array has (maximum of 32).

Input Ports

  • array : The target array to retrieve the value from.
  • [Index Inputs] : Inputs for each dimension index to specify the item to get.

Output Ports

  • value : The value at the specified indices in the array.
Clone this wiki locally