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

@@ -7,8 +7,7 @@
ResourceInteractiveLoader
=========================
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
**Category:** Core
Brief Description
@@ -16,19 +15,19 @@ Brief Description
Interactive Resource Loader.
Member Functions
----------------
Methods
-------
+----------------------------------------+-------------------------------------------------------------------------------------------+
| :ref:`Resource<class_resource>` | :ref:`get_resource<class_ResourceInteractiveLoader_get_resource>` **(** **)** |
| :ref:`Resource<class_Resource>` | :ref:`get_resource<class_ResourceInteractiveLoader_get_resource>` **(** **)** |
+----------------------------------------+-------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_stage<class_ResourceInteractiveLoader_get_stage>` **(** **)** const |
+----------------------------------------+-------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_stage_count<class_ResourceInteractiveLoader_get_stage_count>` **(** **)** const |
+----------------------------------------+-------------------------------------------------------------------------------------------+
| :ref:`Error<enum_@globalscope_error>` | :ref:`poll<class_ResourceInteractiveLoader_poll>` **(** **)** |
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`poll<class_ResourceInteractiveLoader_poll>` **(** **)** |
+----------------------------------------+-------------------------------------------------------------------------------------------+
| :ref:`Error<enum_@globalscope_error>` | :ref:`wait<class_ResourceInteractiveLoader_wait>` **(** **)** |
| :ref:`Error<enum_@GlobalScope_Error>` | :ref:`wait<class_ResourceInteractiveLoader_wait>` **(** **)** |
+----------------------------------------+-------------------------------------------------------------------------------------------+
Description
@@ -36,12 +35,12 @@ Description
Interactive Resource Loader. This object is returned by ResourceLoader when performing an interactive load. It allows to load with high granularity, so this is mainly useful for displaying load bars/percentages.
Member Function Description
---------------------------
Method Descriptions
-------------------
.. _class_ResourceInteractiveLoader_get_resource:
- :ref:`Resource<class_resource>` **get_resource** **(** **)**
- :ref:`Resource<class_Resource>` **get_resource** **(** **)**
Return the loaded resource (only if loaded). Otherwise, returns null.
@@ -59,12 +58,12 @@ Return the total amount of stages (calls to :ref:`poll<class_ResourceInteractive
.. _class_ResourceInteractiveLoader_poll:
- :ref:`Error<enum_@globalscope_error>` **poll** **(** **)**
- :ref:`Error<enum_@GlobalScope_Error>` **poll** **(** **)**
Poll the load. If OK is returned, this means poll will have to be called again. If ERR_FILE_EOF is returned, them the load has finished and the resource can be obtained by calling :ref:`get_resource<class_ResourceInteractiveLoader_get_resource>`.
.. _class_ResourceInteractiveLoader_wait:
- :ref:`Error<enum_@globalscope_error>` **wait** **(** **)**
- :ref:`Error<enum_@GlobalScope_Error>` **wait** **(** **)**