I noticed that you use a macro instead of a function for the WASD controls. When is it better to use a macro versus a function? Perhaps this could be a topic for a new tutorial. 😉
I will make a Tutorial for something like that for sure. Overall, Functions are always returning True, whereas Macro can use True or False output. Also, Macro can have multiple Execution pins for Input/Output, Function have only one Execution pin for Input and one for Output.
I noticed that you use a macro instead of a function for the WASD controls. When is it better to use a macro versus a function? Perhaps this could be a topic for a new tutorial. 😉
I will make a Tutorial for something like that for sure. Overall, Functions are always returning True, whereas Macro can use True or False output. Also, Macro can have multiple Execution pins for Input/Output, Function have only one Execution pin for Input and one for Output.