Truth (True & False): Difference between revisions

From Fancade Wiki
(Created page with "File:True1.png File:False1.png Outputs `True` or `False` respectively. == Notes == On most of the blocks where one of the inputs take Truth, the default is `False`. The only exception, and the time where you would you use `False` are the Truth versions of Set Variable and Set Reference. == Related == * Number * Vector * Rotation Category:Blocks ")
 
m (This infobox will do for now)
Line 1: Line 1:
[[File:True1.png]]
{{Block
[[File:False1.png]]
|title=True
|image=True.png
|type=s
|folder=Values
|output1={{Port|t|True}}
}}
 
Outputs <code>True</code> or <code>False</code> respectively.


Outputs `True` or `False` respectively.
== Notes ==
== Notes ==


On most of the blocks where one of the inputs take Truth, the default is `False`. The only exception, and the time where you would you use `False` are the Truth versions of [[Set Variable]] and [[Set Reference]].
On most of the blocks where one of the inputs take Truth, the default is <code>False</code>. The only exception, and the time where you would you use <code>False</code> are the Truth versions of [[Set Variable]] and [[Set Reference]].


== Related ==
== Related ==
Line 12: Line 18:
* [[Vector]]
* [[Vector]]
* [[Rotation]]
* [[Rotation]]


[[Category:Blocks]]
[[Category:Blocks]]

Revision as of 14:12, 20 May 2024

True
True.png
TypeScript block
ColliderNone
FolderValues
Ports
Outputs True

Outputs True or False respectively.

Notes

On most of the blocks where one of the inputs take Truth, the default is False. The only exception, and the time where you would you use False are the Truth versions of Set Variable and Set Reference.

Related