Login

Fancade Wiki

Consistent formatting plan

... ...
@@ -1,3 +1,19 @@
1
Outputs True if either input is True.
1
A logical OR operator.
2
3
[[/uploads/Or.png]]
4
5
Inputs:
6
7
* Tru1: The first boolean value to check.
8
* Tru2: The second boolean value to check.
9
10
Outputs:
11
12
* Boolean: A boolean value.
13
14
## Notes
15
* This script block can be combined with [[If]] block to check if either Tru1 and Tru2 inputs are True. You can also use the logical [[AND]] operator to check if *both* Inputs are True.
16
17
## Examples
18
...
2 19
3
[[/uploads/Or.png]]
... ...
\ No newline at end of file
Fancade Wiki