Login

Fancade Wiki

Updated Equal Objects.md (markdown)

... ...
@@ -13,4 +13,5 @@ Output:
13 13
14 14
## Notes
15 15
16
* This checks if the two inputs are the same *object*, not whether they're the same *block type*. E.g. two Grass Block blocks, placed separately in the world, will create two different and independently moving objects, so they are not equal despite both being made from the same block type.
... ...
\ No newline at end of file
0
* This checks if the two inputs are the same *object*, not whether they're the same *block type*. E.g. two Grass Block blocks, placed separately in the world, will create two different and independently moving objects, so they are not equal despite both being made from the same block type.
1
* Providing only one input will tell you if the variable has no object assigned to it.
... ...
\ No newline at end of file
Fancade Wiki