diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-19 16:45:03 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-21 08:09:22 +0200 |
commit | 93f1fb1c2f74de3ff996895761d083fadd257397 (patch) | |
tree | b19c4fd599024b43bdbf90258b523b0e73a08a0d /doc/base | |
parent | 1d757c43d74447be8cd015b54463615c81b5050c (diff) |
Fixes for new two-dash long command line arguments
- Fixes some single-dash leftovers that were missed in the previous commit
- Reorder the help output for clarity, and document missing options
- Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit
- Improve error message on malformed arguments and do not display help on error
- Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping
- Cleanup obsolete code here and there
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f21fa2c7c0..2912a3f0a4 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -14960,13 +14960,6 @@ <description> </description> <methods> - <method name="get_custom_level" qualifiers="const"> - <return type="String"> - </return> - <description> - Returns the value of the commandline argument "-level". - </description> - </method> <method name="get_frames_drawn"> <return type="int"> </return> |