hi (
)
How do I know if a function has completed execution?
add a Bool?
ReturnNode and Handle?

thanks
hi (
)
How do I know if a function has completed execution?
add a Bool?
ReturnNode and Handle?

thanks
Because it passes the execution pulse back to your main code.
In other words, when it exits, it has run.
So if I need to make a branch in a function. Can’t export two execution pulse?
You can have as many exit nodes to the function as you want. When you call one, that will end the function, no other nodes will run.
OIC!Thanks! ![]()