diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-20 13:22:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 13:22:08 +0200 |
commit | cca29b78b9986872883dfc908beb88dc9f07d10e (patch) | |
tree | 745ac090c56a16b9033e2cbe21531ebbd6f4de9c /core/core_bind.h | |
parent | 671bd64e4a9984a6a308bc97d6de2eb3bc32fad8 (diff) | |
parent | 0eb9b414c13a67203b0d1cc5bd878afe63d3676b (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.h | 3 |
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; } }; |