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":" | {"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
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.