OR: Difference between revisions

From Fancade Wiki
m (Generate a Block template, and Related section. Substitute backticks with <code> tags.)
(Added an example image)
 
Line 11: Line 11:
Otherwise, it outputs <code>False</code>.
Otherwise, it outputs <code>False</code>.


[[File:OR_example.png]]
{{Image|OR example.jpg|Example}}


== Related ==
== Related ==

Latest revision as of 17:15, 21 May 2024

OR
OR.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Tru1
Tru2
Outputs Tru1 | Tru2

If at least one of the inputs is True, then it outputs True. Otherwise, it outputs False.

Example

Related