Add a way to copy the text of warnings shown in the editor
Closes #20662
This commit is contained in:
@ -782,6 +782,8 @@ public:
|
||||
void show_accept(const String &p_text, const String &p_title);
|
||||
void show_warning(const String &p_text, const String &p_title = "Warning!");
|
||||
|
||||
void _copy_warning(const String &p_str);
|
||||
|
||||
Error export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false);
|
||||
|
||||
static void register_editor_types();
|
||||
|
||||
Reference in New Issue
Block a user