Truth (True & False): Difference between revisions
Nikitaivanov (talk | contribs) (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 ") |
-u ndefined- (talk | contribs) m (This infobox will do for now) |
||
Line 1: | Line 1: | ||
{{Block | |||
|title=True | |||
|image=True.png | |||
|type=s | |||
|folder=Values | |||
|output1={{Port|t|True}} | |||
}} | |||
Outputs <code>True</code> or <code>False</code> respectively. | |||
== Notes == | == Notes == | ||
On most of the blocks where one of the inputs take Truth, the default is | 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
Type | Script block |
Collider | None |
Folder | Values |
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.