Fix "method not found" error when script is removed from object
This commit is contained in:
parent
6d05ace735
commit
b26d2ac190
1 changed files with 2 additions and 0 deletions
|
@ -4654,6 +4654,8 @@ void EditorNode::_bind_methods() {
|
|||
ClassDB::bind_method("edit_node", &EditorNode::edit_node);
|
||||
ClassDB::bind_method("_unhandled_input", &EditorNode::_unhandled_input);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("push_item", "object", "property", "inspector_only"), &EditorNode::push_item, DEFVAL(""), DEFVAL(false));
|
||||
|
||||
ClassDB::bind_method("_get_scene_metadata", &EditorNode::_get_scene_metadata);
|
||||
ClassDB::bind_method("set_edited_scene", &EditorNode::set_edited_scene);
|
||||
ClassDB::bind_method("open_request", &EditorNode::open_request);
|
||||
|
|
Loading…
Reference in a new issue