PXC Documentation

PXC Home

Array Get

pre 1.18

Returns nth member in an array.

Node Data

Display name

Array Get

Internal name

Node_Array_Get

Inheritances

Node_Array_Get

Inputs

any

Array

Get

enum

Mode

int

Index

enum

Overflow

Outputs

any

Value


Get a value from an array.



Properties


ModeWhether to get from index, or at random.
IndexIndex of a member to get.



Commit History


1.21.7.102
  • Add random pick mode.

Related Links