Updated Equal Objects.md (markdown)
commited
commit
505865d133d39c9db4201eda46ab174c02ead327
... | ... | @@ -2,4 +2,6 @@ Outputs True if the two input objects are equal. Since object inputs default to |
2 | 2 | |
3 | 3 | [[/uploads/Equal_Object.png]] |
4 | 4 | |
5 | 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 |
0 | ## Notes |
|
1 | ||
2 | * This checks if the two inputs are the same *[[object]]*, not whether they're the same *[[block]] type*. E.g. two [[Box]] blocks, placed in the world, will create two different and independelty moving objects, so they are not equal despite both being made from the same block type. |
|
... | ... | \ No newline at end of file |