[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:
parent
e4e024ab88
commit
d49ec39d63
7 changed files with 33 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue