ProtoFlux:Is Control

From Resonite Wiki
Revision as of 13:22, 17 April 2024 by AmasterAmaster (talk | contribs) (Created a page for the Is Control node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Control
Character
*
Characters

The Is Control node takes in a character literal and returns if that character is a control character. Control characters are non-printable characters.

Inputs

Character (char)

The character literal to check.

Outputs

* (bool)

Returns if this is a control character.

See Also

Wikipedia article about control characters. [1]