manual of style
commited
commit
564827986826ed2021dcccaf3e0d0163487814f9
... | ... | @@ -1,6 +1,11 @@ |
1 | [[/uploads/Set Reference.png|width=336px]] |
|
2 | ||
1 | 3 | Like [[Set Variable]], but with an additional input for the variable to store the value in. This enables you to store a variable in a [[List Element]], or make custom script blocks that modify variables. |
2 | 4 | |
3 | [[/uploads/Set Reference.png|width=336px]] |
|
5 | Inputs: |
|
6 | ||
7 | - Variable: the variable to be modified. This can be connected to the output of [[List Element]] to set the respective index of the variable. |
|
8 | - Value: the new value given to the variable. |
|
4 | 9 | |
5 | 10 | ## Example |
6 | 11 | |
... | ... | @@ -16,4 +21,9 @@ The Set Reference block was the originally how we set variables, until the Set V |
16 | 21 | |
17 | 22 | [[/uploads/Screenshot_20210110-135616_Fancade.jpg]] |
18 | 23 | |
19 | [[/uploads/Screenshot_20210110-135813_Fancade.jpg]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Screenshot_20210110-135813_Fancade.jpg]] |
|
1 | ||
2 | ## Related |
|
3 | ||
4 | - [[List Element]] |
|
5 | - [[Set Variable]] |
|
... | ... | \ No newline at end of file |