1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #18966 from chanon/new-debug-print

Add new debug print method that shows line number where the print came from
This commit is contained in:
Max Hilbrunner
2018-07-04 23:50:45 +02:00
committed by GitHub
2 changed files with 27 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ public:
TEXT_PRINT_SPACED,
TEXT_PRINTERR,
TEXT_PRINTRAW,
TEXT_PRINT_DEBUG,
VAR_TO_STR,
STR_TO_VAR,
VAR_TO_BYTES,