Pressing Enter key creates or loads script on Attach script window

This commit is contained in:
volzhs
2017-12-11 21:19:06 +09:00
parent 64d104756c
commit 47182a01c3
2 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
Vector<String> template_list;
void _path_changed(const String &p_path = String());
void _path_entered(const String &p_path = String());
void _lang_changed(int l = 0);
void _built_in_pressed();
bool _validate(const String &p_string);