ProtoFlux:New Line: Difference between revisions

From Resonite Wiki
Created a page for the New Line nodes. Yes this is the one case where 2 nodes share the same page here, strangely enough.
 
Clarification about the different nodes in this same entry. (Thank you, art0007i)
Line 19: Line 19:
The <code>New Line</code> node is a character literal constant that represents the New Line character for most physical keyboards. Using this node will not actually fire a New Line 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>New Line</code> node is a character literal constant that represents the New Line character for most physical keyboards. Using this node will not actually fire a New Line 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.


{{Note|These two nodes share an entry as it is referenced here on the wiki, but these nodes are separate and can be used in the same manner.|information}}
The string literal New Line node is operating system agnostic when it is used and compared with, allowing for this node to be compatible when using it. Microsoft documentation about the Environment New Line [https://learn.microsoft.com/en-us/dotnet/api/system.environment.newline?view=netframework-4.7.2].


== Outputs ==
== Outputs ==

Revision as of 12:08, 17 April 2024

New Line
*
Constants
New Line
*
Constants

The New Line node is a character literal constant that represents the New Line character for most physical keyboards. Using this node will not actually fire a New Line 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 string literal New Line node is operating system agnostic when it is used and compared with, allowing for this node to be compatible when using it. Microsoft documentation about the Environment New Line [1].

Outputs

* (char or String)

The character literal constant of the New Line character.

See Also

Wikipedia article about the New Line. [2]