Can't access nodes of instanced scene

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Footurist
:warning: Old Version Published before Godot 3 was released.

Hello,

I can’t seem to access any nodes of an instanced scene, that I added as a child via parent.get_node("exampleNode"). Am I missing something?

Thanks alot for all answers!
Greetings, Footurist

:bust_in_silhouette: Reply From: gtkampos

It depends of the version you are using. If is Godot 3.x, now you have a symbol to access the nodes.

 $example_node
 $example_node.function()

Totally forgot about that. Solved, thanks alot!

Footurist | 2018-01-23 19:29