Login

Fancade Wiki

Updated Equal Objects.md (markdown)

... ...
@@ -1,4 +1,5 @@
1
Outputs True if the two input objects are equal.
2
Since object inputs default to None, just leave the second input empty to check if the first input is None.
1
Outputs True if the two input objects are equal. Since object inputs default to None, just leave the second input empty to check if the first input is None.
3 2
4
[[/uploads/Equal_Object.png]]
... ...
\ No newline at end of file
0
[[/uploads/Equal_Object.png]]
1
2
Note that it doesn't count as equal even if the two blocks are the same type. It's because each block has a unique ID (can be checked with Inspect Object). Glued blocks will count as a single object (with one object ID).
... ...
\ No newline at end of file
Fancade Wiki