Write String
Amaster's Action Library
The Write String is an action node that works similarly to the Write flux node. However, this custom node allows the user to directly write a string without the use of a variable.
Inputs
* (Call)
Calls to write a string from the string input.
String (String)
The string input the custom node writes from.
Outputs
OnWritten (Continuation)
sends an impulse after * (Call) has been impulsed and the value has been written.
OnFail (Continuation)
sends an impulse after * (Call) has been impulsed and the value wasn't able to be written due to a missing target.
Value (String)
The string value written by the custom node.
ValueOfField (IField95)
allows to write directly into a string field using another node.