Expose ScriptCreateDialog to EditorPlugin

This commit is contained in:
willnationsdev 2018-06-29 22:08:28 -05:00 committed by Will Nations
parent 0ffec7daf7
commit 2a6c591957
11 changed files with 91 additions and 4 deletions

View file

@ -58,6 +58,7 @@ class CreateDialog : public ConfirmationDialog {
String preferred_search_result_type;
EditorHelpBit *help_bit;
List<StringName> type_list;
Set<StringName> type_blacklist;
void _item_selected();