Yotsuba Games

List Get

Selects a single element from a list by index. Out-of-range indices are clamped.

basic
Since P00

Input Ports

List

List input for List Get.

List\<T>

Output Ports

Item

Item output from List Get.

Selected element type

Parameters

NameTypeDefaultDescription
Item TypeEnum`Number`Controls the item type setting for List Get.
IndexInt`0`Controls the index setting for List Get.

Overview

Selects a single element from a list by index. Out-of-range indices are clamped.

Inputs and Outputs

Input Ports

  • List List\<T>: List input for List Get.

Output Ports

  • Item Selected element type: Item output from List Get.

Key Parameters

NameTypeDefaultDescription
Item TypeEnum`Number`Controls the item type setting for List Get.
IndexInt`0`Controls the index setting for List Get.

When to Use

Use List Get when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.

Notes

Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.

List Get β€” PixPipeline Node Reference