diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index 3a4fdf1d2..70d9675cb 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -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".