classref: Sync with current master branch (8a6c1e8)

This commit is contained in:
Godot Organization
2024-06-22 03:20:34 +00:00
parent 424f8c090a
commit 9ce85882b9
29 changed files with 559 additions and 90 deletions
+2
View File
@@ -1202,6 +1202,8 @@ Gets the object's property indexed by the given ``property_path``. The path shou
Returns the object's unique instance ID. This ID can be saved in :ref:`EncodedObjectAsID<class_EncodedObjectAsID>`, and can be used to retrieve this object instance with :ref:`@GlobalScope.instance_from_id<class_@GlobalScope_method_instance_from_id>`.
\ **Note:** This ID is only useful during the current session. It won't correspond to a similar object if the ID is sent over a network, or loaded from a file at a later time.
.. rst-class:: classref-item-separator
----