summaryrefslogtreecommitdiffstats
path: root/core/config/engine.h
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-04-20 20:19:48 +0200
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-09-22 12:09:01 +0200
commitd49ec39d630d63d54301389e15c9510a83766756 (patch)
treefd6d05dad48061c304dcb79a9e2c33bfeef02c1a /core/config/engine.h
parente4e024ab88efe74677769395886bc1b09eccbac7 (diff)
downloadredot-engine-d49ec39d630d63d54301389e15c9510a83766756.tar.gz
[Core] Add `Engine.print_to_stout` setting to control printing
Also added notes to the related project settings pointing to the `Engine` properties.
Diffstat (limited to 'core/config/engine.h')
-rw-r--r--core/config/engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/config/engine.h b/core/config/engine.h
index f858eba328..a0b1ffa981 100644
--- a/core/config/engine.h
+++ b/core/config/engine.h
@@ -128,6 +128,9 @@ public:
void set_time_scale(double p_scale);
double get_time_scale() const;
+ void set_print_to_stdout(bool p_enabled);
+ bool is_printing_to_stdout() const;
+
void set_print_error_messages(bool p_enabled);
bool is_printing_error_messages() const;
void print_header(const String &p_string) const;