classref: Fix links case and sync headers with editor

Output from godotengine/godot#22002.
This commit is contained in:
Rémi Verschelde
2018-09-13 01:56:41 +02:00
parent 942b6d3ac1
commit f9caa4be29
579 changed files with 16363 additions and 16329 deletions

View File

@@ -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.