Why is it so tricky just to get a node higher in hierarchy?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Syl

Greets!

Just wondering…

I mean, what’s a better way than 7xget_parent()?

:bust_in_silhouette: Reply From: Sween123

See: Get root node from any node. - Archive - Godot Forum
You can get node from the root

Yes, tried the get_node, get_node(“root/…”), $Node, get.tree… to no avail… :s

Syl | 2020-02-13 08:48

It’s get_node("/root/...") not get_node("root/...")

Sween123 | 2020-02-13 08:50

Damn…

Thxs for you! :slight_smile:

Syl | 2020-02-13 18:32