Merge pull request #48359 from Calinou/add-engine-print-error-property
This commit is contained in:
commit
cca29b78b9
6 changed files with 32 additions and 1 deletions
|
|
@ -100,6 +100,9 @@ public:
|
|||
void set_time_scale(float p_scale);
|
||||
float get_time_scale() const;
|
||||
|
||||
void set_print_error_messages(bool p_enabled);
|
||||
bool is_printing_error_messages() const;
|
||||
|
||||
void set_frame_delay(uint32_t p_msec);
|
||||
uint32_t get_frame_delay() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue