aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-07-19 20:04:06 -0300
committerJuan Linietsky2016-07-19 20:20:28 -0300
commit9de33e18f14f78165754e97ed0f7827b2e50d560 (patch)
tree230bc432ee826a283686b7cb90cf872b9f7ec0fd /scene/main/node.h
parent4bf16542720a431599127ec81323822786fa3de2 (diff)
downloadgodot-9de33e18f14f78165754e97ed0f7827b2e50d560.tar.gz
godot-9de33e18f14f78165754e97ed0f7827b2e50d560.tar.zst
godot-9de33e18f14f78165754e97ed0f7827b2e50d560.zip
WIP bugfix for existing connections
Diffstat (limited to 'scene/main/node.h')
-rw-r--r--scene/main/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 10cfc5f9e..18e403cd6 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -215,6 +215,7 @@ public:
NodePath get_path() const;
NodePath get_path_to(const Node *p_node) const;
+ Node* find_common_parent_with(const Node *p_node) const;
void add_to_group(const StringName& p_identifier,bool p_persistent=false);
void remove_from_group(const StringName& p_identifier);