Get List Item Node¶
The Get List Item node returns the value stored at a specific index in a list.
Đầu Vào (Inputs)¶
- Danh Sách (List)
The input list.
- Chỉ Số (Index)
The index of the item to retrieve.
Indices are zero-based, meaning the first item in the list has an index of
0.
Tính Chất (Properties)¶
- Kiểu Dữ Liệu (Data Type)
The data type of the input list and output value.
Đầu Ra (Outputs)¶
- Value (Giá Trị)
The value stored at the specified index in the input list.
If the index is outside the bounds of the list, the default value for the selected data type is returned.