-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement
Description
Your Godot version: v4.2.dev5.official [e3e2528ba]
Issue description:
I just found out you can call nodereference.get_node("%UniqueNode") from anywhere. I thought scene unique nodes could only be accessed from within the same scene, but you can actually call it from outside of the scene that has the unique node, which is very handy.
However the documentation for get_node() implies that these are the only ways to use it:

There's more 'possible paths' than you're lead to believe.
Metadata
Metadata
Assignees
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement