[Core] Add Engine.print_to_stout setting to control printing

Also added notes to the related project settings pointing to the
`Engine` properties.
This commit is contained in:
A Thousand Ships 2024-04-20 20:19:48 +02:00
parent e4e024ab88
commit d49ec39d63
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7
7 changed files with 33 additions and 3 deletions

View file

@ -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;