Page cover image

If statement

If statement node is one of the most used and useful node we need. It allows to alter the flow based on a boolean input, allowing to execute different actions based on the results.

Examples with keyboard input:

If G is pressed continue the flow, else do nothing
If F6 is pressed call InitNew else listen for the E keypress

Last updated