Communication between Nodes in the SceneTree

This is an overview of the different ways nodes can interact with each other via the scene tree:

Credit: originally made by TheDuriel

15 Likes

Very nice, it’s cool to see the different types of connections visually.
The only thing I’d add/make note of is get_node generally does traverse downward, but can be used to traverse upward when needed (ex: “…/…/character_node”). This is a useful feature I’d highlight since some newer devs may not be aware of it.

1 Like

Wow! I wish I had this scheme years ago. But it will be very useful for many people. And a little for me too.

1 Like