Hugo Locurcio e126128b49 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
Description
VisualScript as a Godot Engine c++ module
7.1 MiB
Languages
C++ 99.3%
C 0.4%
Python 0.3%