Login

Fancade Wiki

Updated Equal Objects.md (markdown)

... ...
@@ -1,7 +1,16 @@
1
Outputs *True* if both object inputs are equal. Since object inputs default to None, just leave the second input empty to check if the first input is None.
2
3 1
[[/uploads/Equal Objects.png|width=336px,alt=Equal Objects]]
4 2
3
Outputs `True` if both object inputs are equal.
4
5
Inputs:
6
7
* Obj1: first object. Defaults to `None`.
8
* Obj2: second object. Defaults to `None`.
9
10
Output:
11
12
* Obj1 = Obj2: whether two objects are the same.
13
5 14
## Notes
6 15
7
* 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 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.
... ...
\ No newline at end of file
Fancade Wiki