mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Expose is_part_of_edited_scene()
This commit is contained in:
parent
86bf8354a0
commit
0b877a9962
11 changed files with 25 additions and 29 deletions
|
|
@ -3520,6 +3520,7 @@ void Node::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("get_node_and_resource", "path"), &Node::_get_node_and_resource);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("is_inside_tree"), &Node::is_inside_tree);
|
||||
ClassDB::bind_method(D_METHOD("is_part_of_edited_scene"), &Node::is_part_of_edited_scene);
|
||||
ClassDB::bind_method(D_METHOD("is_ancestor_of", "node"), &Node::is_ancestor_of);
|
||||
ClassDB::bind_method(D_METHOD("is_greater_than", "node"), &Node::is_greater_than);
|
||||
ClassDB::bind_method(D_METHOD("get_path"), &Node::get_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue