diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-19 17:47:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 17:47:27 -0300 |
commit | b9dcebb37cf15f7f0c062740ad4a755d32f88ed5 (patch) | |
tree | 86b1a935105abb50ff87aaf5c17f422a745c248c /doc | |
parent | 588ffbc08aaf7d1fa30163f46702d56e032de04a (diff) |
Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 2912a3f0a4..f21fa2c7c0 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -14960,6 +14960,13 @@ <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> |