godot/doc
Hugo Locurcio 650b1db4b8
Add print_verbose() built-in function to print in verbose mode only
This can be used as a shorthand for:

    if OS.is_stdout_verbose():
        print("...")

Unlike `print_debug()`, this works in release builds too and can
be toggled off in debug builds.
2021-09-21 15:59:49 +02:00
..
classes Add print_verbose() built-in function to print in verbose mode only 2021-09-21 15:59:49 +02:00
tools Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
translations Correct null and boolean values being capitalised by the str command 2021-08-26 17:11:34 +10:00
Doxyfile Replace HTTP links with HTTPS for sites with HTTPS versions 2021-08-22 20:13:11 -05:00
Makefile