ProtoFlux:Concatenate Chars: Difference between revisions

From Resonite Wiki
Create Concatenate Chars ProtoFlux Node Page
 
wrong node title
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Concatenate Chars
|Name=+
|Category=Characters
|Category=Characters
|Inputs=
|Inputs=

Revision as of 17:33, 19 February 2024

+
A
*
B
Characters

Concatenate Chars is a ProtoFlux node that can combine two characters into a new string.

This is very useful when working with individual characters and need to put them with strings or put them into text.

Inputs

A (Char)

The first character to combine.

B (Char)

The second character to combine.

Outputs

* (String)

A (Char) and B (Char) combined into a string.

Examples