mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
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` |
||
|---|---|---|
| .. | ||
| core | ||
| data | ||
| scene | ||
| servers | ||
| SCsub | ||
| test_macros.cpp | ||
| test_macros.h | ||
| test_main.cpp | ||
| test_main.h | ||
| test_tools.h | ||
| test_utils.cpp | ||
| test_utils.h | ||
| test_validate_testing.h | ||