Clarify that SceneTree::quit() does not immediately end the application.

(cherry picked from commit 371d12a2f0)
This commit is contained in:
Phischermen 2020-11-18 16:45:20 -08:00 committed by Rémi Verschelde
parent ebdcf1cc60
commit 776faa5c92
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -188,7 +188,7 @@
<argument index="0" name="exit_code" type="int" default="-1">
</argument>
<description>
Quits the application. A process [code]exit_code[/code] can optionally be passed as an argument. If this argument is [code]0[/code] or greater, it will override the [member OS.exit_code] defined before quitting the application.
Quits the application at the end of the current iteration. A process [code]exit_code[/code] can optionally be passed as an argument. If this argument is [code]0[/code] or greater, it will override the [member OS.exit_code] defined before quitting the application.
</description>
</method>
<method name="reload_current_scene">