godot/doc
Juan Linietsky 0dd65378e7 Add support for command-line user arguments.
Implements the standard Unix double dash (--) commandline argument:
* Arguments after a double dash (--) are ignored by Godot and stored for the user.
* User can access them via `OS.get_cmdline_user_args()`

Example:

`godot.exe scene_to_run.tscn --fullscreen -- --start-level 2`
2022-08-01 00:56:59 +02:00
..
classes Add support for command-line user arguments. 2022-08-01 00:56:59 +02:00
tools Patch the make_rst.py utility to handle specially operators with '<' 2022-07-28 12:37:30 +02:00
translations i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
class.xsd Merge pull request #62713 from YuriSizov/docs-scripting-annotations 2022-07-06 15:31:19 +02:00
Doxyfile
Makefile i18n: Add --lang option to make_rst.py to write translated headings 2021-12-21 13:47:11 +01:00