summaryrefslogtreecommitdiff
path: root/core/core_bind.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-20 13:22:08 +0200
committerGitHub <noreply@github.com>2021-06-20 13:22:08 +0200
commitcca29b78b9986872883dfc908beb88dc9f07d10e (patch)
tree745ac090c56a16b9033e2cbe21531ebbd6f4de9c /core/core_bind.h
parent671bd64e4a9984a6a308bc97d6de2eb3bc32fad8 (diff)
parent0eb9b414c13a67203b0d1cc5bd878afe63d3676b (diff)
Merge pull request #48359 from Calinou/add-engine-print-error-property
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index c01a149f58..673dbe32c4 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -656,6 +656,9 @@ public:
void set_editor_hint(bool p_enabled);
bool is_editor_hint() const;
+ void set_print_error_messages(bool p_enabled);
+ bool is_printing_error_messages() const;
+
_Engine() { singleton = this; }
};