Start Node
This section contains information about Every node in FlowForge.
About Start node
The start node is the entry point for every FlowForge application, similiar to the main method in Java.

The Start node is a special type of node that cannot be deleted or added. It also does not have any input or inputX nodes.
When the program starts running, the start node is the first one to get executed. It first executes it's outputX nodes, then the Output nodes.
Last updated