Add example for NodePath to grandparent
This commit is contained in:
parent
3710f06929
commit
3147d84647
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
^"." # The current node.
|
||||
^".." # The parent node.
|
||||
^"../C" # A sibling node C.
|
||||
^"../.." # The grandparent node.
|
||||
# A leading slash means it is absolute from the SceneTree.
|
||||
^"/root" # Equivalent to get_tree().get_root().
|
||||
^"/root/Main" # If your main scene's root node were named "Main".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue