mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Fix links case and sync headers with editor
Output from godotengine/godot#22002.
This commit is contained in:
@@ -12,13 +12,13 @@ RID
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Handle for a :ref:`Resource<class_resource>`'s unique ID.
|
||||
Handle for a :ref:`Resource<class_Resource>`'s unique ID.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
Methods
|
||||
-------
|
||||
|
||||
+------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`RID<class_rid>` | :ref:`RID<class_RID_RID>` **(** :ref:`Object<class_object>` from **)** |
|
||||
| :ref:`RID<class_RID>` | :ref:`RID<class_RID_RID>` **(** :ref:`Object<class_Object>` from **)** |
|
||||
+------------------------+------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_id<class_RID_get_id>` **(** **)** |
|
||||
+------------------------+------------------------------------------------------------------------+
|
||||
@@ -26,21 +26,21 @@ Member Functions
|
||||
Description
|
||||
-----------
|
||||
|
||||
The RID type is used to access the unique integer ID of a resource. They are opaque, so they do not grant access to the associated resource by themselves. They are used by and with the low-level Server classes such as :ref:`VisualServer<class_visualserver>`.
|
||||
The RID type is used to access the unique integer ID of a resource. They are opaque, so they do not grant access to the associated resource by themselves. They are used by and with the low-level Server classes such as :ref:`VisualServer<class_VisualServer>`.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_RID_RID:
|
||||
|
||||
- :ref:`RID<class_rid>` **RID** **(** :ref:`Object<class_object>` from **)**
|
||||
- :ref:`RID<class_RID>` **RID** **(** :ref:`Object<class_Object>` from **)**
|
||||
|
||||
Create a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0.
|
||||
Creates a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0.
|
||||
|
||||
.. _class_RID_get_id:
|
||||
|
||||
- :ref:`int<class_int>` **get_id** **(** **)**
|
||||
|
||||
Retrieve the ID of the referenced resource.
|
||||
Returns the ID of the referenced resource.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user