Updated List Element.md (markdown)
commited
commit
f666e5c3adfef618708b77f42459b68be8a20ff7
... | ... | @@ -4,7 +4,7 @@ Gets a value stored in a list, with index starting from 0 (max 1,048,575). The o |
4 | 4 | |
5 | 5 | Input: |
6 | 6 | - Variable: The variable for the list. It only accepts the output of a Get Variable, any output from a different block and the script won't plug. |
7 | - Index: Every value in a list is assigned an index (think of it as an ID number). We plug a index to get value from the list with the same index. |
|
7 | - Index: 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 same index. |
|
8 | 8 | |
9 | 9 | Output: |
10 | 10 | - Elements: Outputs the vaue from the list with the index. It can also be used with [[Set Reference]] to set the value for that index. |