2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 01:03:48 +00:00
<class name= "RID" version= "4.0" >
2017-09-12 20:42:36 +00:00
<brief_description >
Handle for a [Resource]'s unique ID.
</brief_description>
<description >
2020-03-30 16:22:57 +00: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 20:42:36 +00:00
</description>
<tutorials >
</tutorials>
<methods >
2020-11-10 13:16:20 +00:00
<method name= "RID" qualifiers= "constructor" >
2021-07-30 13:28:05 +00:00
<return type= "RID" />
2020-11-09 16:46:03 +00:00
<description >
Constructs an empty [RID] with the invalid ID [code]0[/code].
</description>
</method>
2020-11-10 13:16:20 +00:00
<method name= "RID" qualifiers= "constructor" >
2021-07-30 13:28:05 +00:00
<return type= "RID" />
<argument index= "0" name= "from" type= "RID" />
2017-09-12 20:42:36 +00:00
<description >
2020-11-09 16:46:03 +00:00
Constructs a [RID] as a copy of the given [RID].
2017-09-12 20:42:36 +00:00
</description>
</method>
2021-03-18 13:44:42 +00:00
<method name= "get_id" qualifiers= "const" >
2021-07-30 13:28:05 +00:00
<return type= "int" />
2017-09-12 20:42:36 +00:00
<description >
2018-09-01 18:07:51 +00:00
Returns the ID of the referenced resource.
2017-09-12 20:42:36 +00:00
</description>
</method>
2021-09-17 15:22:48 +00:00
<method name= "operator !=" qualifiers= "operator" >
<return type= "bool" />
<description >
</description>
</method>
2020-11-10 13:16:20 +00:00
<method name= "operator !=" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
<method name= "operator <" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
<method name= "operator <=" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
2021-09-17 15:22:48 +00:00
<method name= "operator ==" qualifiers= "operator" >
<return type= "bool" />
<description >
</description>
</method>
2020-11-10 13:16:20 +00:00
<method name= "operator ==" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
<method name= "operator >" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
<method name= "operator >=" qualifiers= "operator" >
2021-07-30 13:28:05 +00:00
<return type= "bool" />
<argument index= "0" name= "right" type= "RID" />
2020-11-10 13:16:20 +00:00
<description >
</description>
</method>
2017-09-12 20:42:36 +00:00
</methods>
</class>