How in Node2D/Kinematic2D/Area2D get Node2D/Label in main Node?

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

I have:
|Node2D
|| Label
|| KInematicBody2D
|||Area2D

how get in Area2D Label???

:bust_in_silhouette: Reply From: Ternarycat

you can use somethink like that $…/…/label or get_node(‘…/…/label’)

but i think it’s bad way, better emit signal in area2d and in the Node2D receive signal and do logic with label