⚙️Action Nodes

Action nodes perform actions during the execution of a program.

They have input values, which are needed to perform the action, and can have output values, which can be used by successive nodes as inputs.

In order to use the output of a node as input for a successive node, the node whose output is to be used can be easily referenced by the mind user interface, using the "Node" section during the input value selection.

Every node's input can be set as the output of another previous node, as long as the output type of the previous node is the same as the input type that is being set.

Last updated