Expose ScriptCreateDialog to EditorPlugin
This commit is contained in:
parent
0ffec7daf7
commit
2a6c591957
11 changed files with 91 additions and 4 deletions
|
|
@ -3075,6 +3075,7 @@ void EditorNode::register_editor_types() {
|
|||
ClassDB::register_class<EditorInspectorPlugin>();
|
||||
ClassDB::register_class<EditorProperty>();
|
||||
ClassDB::register_class<AnimationTrackEditPlugin>();
|
||||
ClassDB::register_class<ScriptCreateDialog>();
|
||||
|
||||
// FIXME: Is this stuff obsolete, or should it be ported to new APIs?
|
||||
ClassDB::register_class<EditorScenePostImport>();
|
||||
|
|
@ -4430,6 +4431,8 @@ void EditorNode::_bind_methods() {
|
|||
|
||||
ClassDB::bind_method("stop_child_process", &EditorNode::stop_child_process);
|
||||
|
||||
ClassDB::bind_method("get_script_create_dialog", &EditorNode::get_script_create_dialog);
|
||||
|
||||
ClassDB::bind_method("_sources_changed", &EditorNode::_sources_changed);
|
||||
ClassDB::bind_method("_fs_changed", &EditorNode::_fs_changed);
|
||||
ClassDB::bind_method("_dock_select_draw", &EditorNode::_dock_select_draw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue