ProtoFlux:JoinString
From Resonite Wiki
More actions
Join String
Strings
The Join String node takes in an IEnumerable and a string separator, then returns the entire string array as a Collection.
Inputs
Values (IEnumerable)
All the values as a collection.
Separator (String)
The string separator used to separate the string collection.
Outputs
* (String)
Returns the string array as a collection.