Login

Fancade Wiki

Pointer Dereferencing: mention ++ and --

... ...
@@ -41,8 +41,8 @@ This behaviour, when combined with wire splitting, results in a peculiar quirk w
41 41
Known script blocks that output a pointer are all the Get Variable and List Element blocks.
42 42
![Pointer out](https://cdn.discordapp.com/attachments/852037487987392529/855444701309829170/Screenshot_20210618-192013_Fancade.png)
43 43
44
Known script blocks that accept a pointer as input are the Variable inputs of the List Element blocks and the Variable input of the Menu Item block.
45
![Pointer in](https://cdn.discordapp.com/attachments/852037487987392529/855444701561094211/Screenshot_20210618-192112_Fancade.png)
44
Known script blocks that accept a pointer as input are the Variable inputs of the List Element blocks, the Variable input of the Menu Item block and, increment and decrement block.
45
![Pointer in](https://media.discordapp.net/attachments/852037487987392529/855655587852451840/Screenshot_20210619-091908_Fancade.png)
46 46
47 47
## Tips
48 48
Here are some general tips to conserve the limit as much as possible.
Fancade Wiki