List Element

Revision as of 21:19, 4 July 2024 by Osmo (talk | contribs) (Removed the content that was moved to the List page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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

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