mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (543750a)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
NodePath
|
||||
========
|
||||
|
||||
Pre-parsed scene tree path.
|
||||
A pre-parsed scene tree path.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
@@ -42,6 +42,8 @@ See also :ref:`StringName<class_StringName>`, which is a similar concept for gen
|
||||
|
||||
\ **Note:** In the editor, **NodePath** properties are automatically updated when moving, renaming or deleting a node in the scene tree, but they are never updated at runtime.
|
||||
|
||||
\ **Note:** In a boolean context, a **NodePath** will evaluate to ``false`` if it is empty (``NodePath("")``). Otherwise, a **NodePath** will always evaluate to ``true``.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Tutorials
|
||||
|
||||
Reference in New Issue
Block a user