ProtoFlux:Carriage Return: Difference between revisions

From Resonite Wiki
Created a page for the Carriage Return node.
 
m Fix name to be \r
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=
|Name=\r
|Category=Constants
|Category=Constants
|Outputs=
|Outputs=
Line 8: Line 8:
|}}
|}}


The <code>Carriage Return</code> node is a character literal constant that represents the Carriage Return character for most physical keyboards. Using this node will not actually fire a Carriage Return event on the keyboard by itself, but is more of a way to compare against another character or to be used in some way in its raw form.
The <code>Carriage Return</code> node is a character literal constant for the Carriage Return character (Unicode: U+000D).


== Outputs ==
== Outputs ==

Latest revision as of 14:53, 17 April 2024

\r
*
Constants

The Carriage Return node is a character literal constant for the Carriage Return character (Unicode: U+000D).

Outputs

* (char)

The character literal constant of the Carriage Return character.

See Also

Wikipedia article about the Carriage Return. [1]