ProtoFlux:Concatenate Chars

From Resonite Wiki
+
A
*
B
Characters

The Concatenate Chars node combines two characters into a new string.

This is very useful when working with individual characters and need to perform string operations on them, saving a node if one needs to concatenate two as well.

Inputs

A (char)

The first character to combine.

B (char)

The second character to combine.

Outputs

* (string)

A and B combined into a string.

Examples