Type: Action

An event node can be an input or output- the input node (node on the left) will TAKE IN action(s), and output nodes (node on the right) will GIVE OUT action(s).

This is what creates the flow of your code. Not all nodes (specifically non-event nodes like math and variables) will have events, because they are simply returning a value.