You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Expose ScriptCreateDialog to EditorPlugin
This commit is contained in:
committed by
Will Nations
parent
0ffec7daf7
commit
2a6c591957
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user