Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/Reverse String List

From Resonite Wiki
This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
Reverse String List
String
*
Separator
Amaster's String Library

The Reverse String List node takes in a String list and a separator, then returns the same list of items but reversed as a string.

Inputs

String (String)

The string list to reverse.

Separator (String)

The separator to use to help with reversing this string.

Outputs

* (String)

Returns the new reversed string list.