Updated Equal Objects.md (markdown)
commited
commit
610b00414438bdbad4c2ba3b3b90b8d1e4dfdb31
... | ... | @@ -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 |