Add get_connection_list_from_node

This commit is contained in:
JekSun97 2025-01-12 00:38:36 +06:00
parent abf8e1e6f9
commit 29721bfcd7
3 changed files with 35 additions and 0 deletions

View file

@ -345,6 +345,7 @@ private:
TypedArray<Dictionary> _get_connection_list() const;
Dictionary _get_closest_connection_at_point(const Vector2 &p_point, float p_max_distance = 4.0) const;
TypedArray<Dictionary> _get_connections_intersecting_with_rect(const Rect2 &p_rect) const;
TypedArray<Dictionary> _get_connection_list_from_node(const StringName &p_node) const;
Rect2 _compute_shrinked_frame_rect(const GraphFrame *p_frame);
void _set_drag_frame_attached_nodes(GraphFrame *p_frame, bool p_drag);