Add a way to copy the text of warnings shown in the editor
Closes #20662
This commit is contained in:
parent
3bfffcc568
commit
eed2251f17
2 changed files with 11 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue