summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-24 01:54:47 +0200
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-24 15:48:58 +0200
commite218a13a64d417505ba8ca0abb79dddfb943f2c7 (patch)
treed8dbc2944129383e6f3e9823e9ea453b916baf96 /editor/script_create_dialog.h
parent9905002fa68f151f90a588a2c4b62b939ff31a0d (diff)
downloadredot-engine-e218a13a64d417505ba8ca0abb79dddfb943f2c7.tar.gz
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
Diffstat (limited to 'editor/script_create_dialog.h')
-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 d16c523f0a..c7bbc82d47 100644
--- a/editor/script_create_dialog.h
+++ b/editor/script_create_dialog.h
@@ -62,6 +62,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
bool is_new_script_created;
bool is_path_valid;
bool has_named_classes;
+ bool supports_built_in;
bool can_inherit_from_file;
bool is_parent_name_valid;
bool is_class_name_valid;