| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | monnef |
I mean the process exit code. Example from shell:
$ false; echo $?
1
$ true; echo $?
0
I only found quit() on SceneTree, but that doesn’t accept any parameters.