nth-input(string)

xod/core/nth-input(string)

Selects either `X0` or `X1` based on `IDX` index value.
nth-input(string)
@/nth-input(string)
Selects either `X0` or `X1` based on `IDX` index value.
IDXnumber
Index to select. All values below 1 are considered to be 0. Values of 1 and above are considered to be 1.
X1string
X0string (variadic)
nth-input(string)
OUT
_
IDX
X1
X0
OUTstring
The selected value. Equals to one of `Xi` input.
_number
Utility output needed for expanding node. Shoud be ignored by the end user.