Parse Value
Parsing
The Parse Value
node takes in a string and attempts to parse out the information into a value that can be used by other nodes. The value can be anything as long as it is a Value Type, and can also give you whether it had parsed it or not.
Inputs
Str (String)
The string we want to parse.
Outputs
Value(Generic)
The Value returned from the parse.
IsParsed (bool)
Has this string been parsed.