2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 02:03:48 +01:00
<class name= "RID" version= "4.0" >
2017-09-12 22:42:36 +02:00
<brief_description >
Handle for a [Resource]'s unique ID.
</brief_description>
<description >
2020-03-30 18:22:57 +02:00
The RID type is used to access the unique integer ID of a resource. They are opaque, which means they do not grant access to the associated resource by themselves. They are used by and with the low-level Server classes such as [RenderingServer].
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
2020-11-10 14:16:20 +01:00
<method name= "RID" qualifiers= "constructor" >
2017-09-12 22:42:36 +02:00
<return type= "RID" >
</return>
2020-11-09 17:46:03 +01:00
<description >
Constructs an empty [RID] with the invalid ID [code]0[/code].
</description>
</method>
2020-11-10 14:16:20 +01:00
<method name= "RID" qualifiers= "constructor" >
2020-11-09 17:46:03 +01:00
<return type= "RID" >
</return>
<argument index= "0" name= "from" type= "RID" >
2017-09-12 22:42:36 +02:00
</argument>
<description >
2020-11-09 17:46:03 +01:00
Constructs a [RID] as a copy of the given [RID].
2017-09-12 22:42:36 +02:00
</description>
</method>
2021-03-18 14:44:42 +01:00
<method name= "get_id" qualifiers= "const" >
2017-09-12 22:42:36 +02:00
<return type= "int" >
</return>
<description >
2018-09-01 20:07:51 +02:00
Returns the ID of the referenced resource.
2017-09-12 22:42:36 +02:00
</description>
</method>
2020-11-10 14:16:20 +01:00
<method name= "operator !=" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
<method name= "operator <" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
<method name= "operator <=" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
<method name= "operator ==" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
<method name= "operator >" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
<method name= "operator >=" qualifiers= "operator" >
<return type= "bool" >
</return>
<argument index= "0" name= "right" type= "RID" >
</argument>
<description >
</description>
</method>
2017-09-12 22:42:36 +02:00
</methods>
<constants >
</constants>
</class>