2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name= "EncodedObjectAsID" inherits= "RefCounted" version= "4.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
2019-06-26 10:50:45 +02:00
Holds a reference to an [Object]'s instance ID.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2021-01-04 14:33:44 +01:00
Utility class which holds a reference to the internal identifier of an [Object] instance, as given by [method Object.get_instance_id]. This ID can then be used to retrieve the object instance with [method @GlobalScope.instance_from_id].
2019-06-26 10:50:45 +02:00
This class is used internally by the editor inspector and script debugger, but can also be used in plugins to pass and display objects as their IDs.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
2019-06-26 10:50:45 +02:00
<members >
2019-06-29 12:38:01 +02:00
<member name= "object_id" type= "int" setter= "set_object_id" getter= "get_object_id" default= "0" >
2021-01-04 14:33:44 +01:00
The [Object] identifier stored in this [EncodedObjectAsID] instance. The object instance can be retrieved with [method @GlobalScope.instance_from_id].
2019-06-26 10:50:45 +02:00
</member>
</members>
2017-09-12 22:42:36 +02:00
</class>