List Element

From Fancade Wiki
List Element
List Element number.png
TypeScript block
ColliderNone
FolderVariables
Ports
Inputs Before
Variable
Index
Outputs Element
After

Gets a value stored in a list, with index starting from 0 (max 1,048,575). The output can also wired to Set Reference to store a value in a list.

Every value in a list is assigned an index (think of it as an ID number). We plug an index to get value from the list with the assigned index.

For more information see the List page.

Related