diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-04 23:50:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-04 23:50:45 +0200 |
commit | d988d188adcfd7060c59b40fe8e3a5d4c4ad7538 (patch) | |
tree | 2d848f18da7295a3414dccf522f4d77dc4a8cf10 /modules/gdscript/gdscript_functions.h | |
parent | d90efacbc9a507fcf2693ffd08af5481fabc58e2 (diff) | |
parent | 3ea6d9f37d7ea5899ef035efb2f746422d75ddb5 (diff) | |
download | redot-engine-d988d188adcfd7060c59b40fe8e3a5d4c4ad7538.tar.gz |
Merge pull request #18966 from chanon/new-debug-print
Add new debug print method that shows line number where the print came from
Diffstat (limited to 'modules/gdscript/gdscript_functions.h')
-rw-r--r-- | modules/gdscript/gdscript_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_functions.h b/modules/gdscript/gdscript_functions.h index 899a7ebd25..a29f06e839 100644 --- a/modules/gdscript/gdscript_functions.h +++ b/modules/gdscript/gdscript_functions.h @@ -96,6 +96,7 @@ public: TEXT_PRINT_SPACED, TEXT_PRINTERR, TEXT_PRINTRAW, + TEXT_PRINT_DEBUG, VAR_TO_STR, STR_TO_VAR, VAR_TO_BYTES, |