0 votes

In my game, i'm trying to call a child node (Node 1) from another child node (Node 2), and for some reason i don't know how to do that, can someone help me?

MainNode
----> Node1
----> Node2

Godot version v.3.3.2
in Engine by (46 points)

1 Answer

+1 vote
Best answer

From node 1's script
getparent().getnode('Node2')

by (829 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.