Community ProtoFlux Library/AmasterAmaster/Action/Write String: Difference between revisions

From Resonite Wiki
No edit summary
No edit summary
Line 20: Line 20:


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

Revision as of 12:20, 23 August 2024

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.
Write String
*
OnWritten
String
OnFail
Value
ValueOfField
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 (Value|IField95]])

Allows to write directly into a string field using another custom node.