Yotsuba Games

List Zip

Pairs two lists by index using the shorter length

basic
Since P00

Input Ports

A

A input for List Zip.

List\<Any>
B

B input for List Zip.

List\<Any>

Output Ports

Entries

Entries output from List Zip.

List\<Map>
Count

Count output from List Zip.

Int

Overview

Pairs two lists by index using the shorter length

Inputs and Outputs

Input Ports

  • A List\<Any>: A input for List Zip.
  • B List\<Any>: B input for List Zip.

Output Ports

  • Entries List\<Map>: Entries output from List Zip.
  • Count Int: Count output from List Zip.

When to Use

Use List Zip 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 Zip — PixPipeline Node Reference