ProtoFlux:Bell: Difference between revisions

From Resonite Wiki
Created a page for the Bell node.
 
Corrections
 
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=
|Name=\a
|Category=Constants
|Category=Constants
|Outputs=
|Outputs=
Line 8: Line 8:
|}}
|}}


The <code>Bell</code> node is a character literal constant that represents the Bell character for most physical keyboards. Although this character is quite old and is no longer on modern keyboards, it is still on ASCII charts and useable by modern devices. The Bell Character was used to make a sound or flash the screen to get the attention of operators that were using older systems. Using this node will not actually fire a Bell 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>Bell</code> node is a character literal constant for the "Bell" character (Unicode: U+0007).
 
The Bell character was used to make a sound or flash the screen to get the attention of operators that were using older computer systems. This is no longer relevant in something like Resonite, but is provided for completeness.


== Outputs ==
== Outputs ==

Latest revision as of 14:59, 17 April 2024

\a
*
Constants

The Bell node is a character literal constant for the "Bell" character (Unicode: U+0007).

The Bell character was used to make a sound or flash the screen to get the attention of operators that were using older computer systems. This is no longer relevant in something like Resonite, but is provided for completeness.

Outputs

* (char)

The character literal constant of the Bell character.

See Also

Wikipedia article about the Bell. [1]

Wikipedia article about Control Characters. [2]