diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-24 18:59:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 18:59:26 +0200 |
| commit | 847c55bcb11337bd2d386347b299863f82a1be02 (patch) | |
| tree | a3fd3327204845f108886419f6e28f6b5bc60b60 /editor/script_create_dialog.h | |
| parent | b44fb58c90e4c0f55da7b3b3292a7891d053e339 (diff) | |
| parent | e218a13a64d417505ba8ca0abb79dddfb943f2c7 (diff) | |
Merge pull request #12365 from neikeq/p
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Diffstat (limited to 'editor/script_create_dialog.h')
| -rw-r--r-- | editor/script_create_dialog.h | 1 |
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; |