summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_functions.h
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-07-04 23:50:45 +0200
committerGitHub <noreply@github.com>2018-07-04 23:50:45 +0200
commitd988d188adcfd7060c59b40fe8e3a5d4c4ad7538 (patch)
tree2d848f18da7295a3414dccf522f4d77dc4a8cf10 /modules/gdscript/gdscript_functions.h
parentd90efacbc9a507fcf2693ffd08af5481fabc58e2 (diff)
parent3ea6d9f37d7ea5899ef035efb2f746422d75ddb5 (diff)
downloadredot-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.h1
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,