aboutsummaryrefslogtreecommitdiff
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorvolzhs2017-12-11 21:19:06 +0900
committervolzhs2017-12-11 23:20:25 +0900
commit47182a01c3aea3f3ffaffff4a2af6977da5934d3 (patch)
treea92f64c6bc546f4b87f2eed10e3de511a1c11c0f /editor/script_create_dialog.h
parent64d104756c04f4d5c4e8140271d5e8049e5f8371 (diff)
downloadgodot-47182a01c3aea3f3ffaffff4a2af6977da5934d3.tar.gz
godot-47182a01c3aea3f3ffaffff4a2af6977da5934d3.tar.zst
godot-47182a01c3aea3f3ffaffff4a2af6977da5934d3.zip
Pressing Enter key creates or loads script on Attach script window
Diffstat (limited to '')
-rw-r--r--editor/script_create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h
index c7bbc82d4..1cff9871d 100644
--- a/editor/script_create_dialog.h
+++ b/editor/script_create_dialog.h
@@ -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);