diff options
author | Phischermen <kevfischermen@gmail.com> | 2020-11-18 16:45:20 -0800 |
---|---|---|
committer | Phischermen <kevfischermen@gmail.com> | 2020-11-18 16:45:20 -0800 |
commit | 371d12a2f0a9425169df018ca99db71358c5a5af (patch) | |
tree | 9b56625d1f6805d2e07801a15a258ba9f58ef2d4 /doc/classes/SceneTree.xml | |
parent | a3a3b02bed3137e0ccac2cbb544a71502a659b80 (diff) | |
download | redot-engine-371d12a2f0a9425169df018ca99db71358c5a5af.tar.gz |
Clarify that SceneTree::quit() does not immediately end the application.
Diffstat (limited to 'doc/classes/SceneTree.xml')
-rw-r--r-- | doc/classes/SceneTree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 4ea457047f..a95ce6c663 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -181,7 +181,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"> |