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

From Resonite Wiki
added link to protoflux node Write
No edit summary
Line 4: Line 4:
|Name=Write String
|Name=Write String
|Category=Amaster's Action Library
|Category=Amaster's Action Library
|Inputs=
[
{"Name":"*", "Type":"Call"},
{"Name":"String", "Type":"String"}
]
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"string"}
{"Name":"OnWritten", "Type":"Continuation"},
{"Name":"OnFail", "Type":"Continuation"},
{"Name":"Value", "Type":"String"},
{"Name":"ValueOfField", "Type":"IField95"}
]
]
|Custom=true
|Custom=true

Revision as of 12:10, 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.