doc: Document EncodedObjectAsID, expose its property

This commit is contained in:
Rémi Verschelde
2019-06-26 10:50:45 +02:00
parent eeee1dc73e
commit a9cff880d6
3 changed files with 15 additions and 18 deletions

View File

@@ -203,6 +203,7 @@
</return>
<description>
Returns the object's unique instance ID.
This ID can be saved in [EncodedObjectAsID], and can be used to retrieve the object instance with [method @GDScript.instance_from_id].
</description>
</method>
<method name="get_meta" qualifiers="const">