Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions

View File

@@ -47,18 +47,24 @@ Method Descriptions
Returns the loaded resource if the load operation completed successfully, ``null`` otherwise.
----
.. _class_ResourceInteractiveLoader_method_get_stage:
- :ref:`int<class_int>` **get_stage** **(** **)** const
Returns the load stage. The total amount of stages can be queried with :ref:`get_stage_count<class_ResourceInteractiveLoader_method_get_stage_count>`.
----
.. _class_ResourceInteractiveLoader_method_get_stage_count:
- :ref:`int<class_int>` **get_stage_count** **(** **)** const
Returns the total amount of stages (calls to :ref:`poll<class_ResourceInteractiveLoader_method_poll>`) needed to completely load this resource.
----
.. _class_ResourceInteractiveLoader_method_poll:
- :ref:`Error<enum_@GlobalScope_Error>` **poll** **(** **)**
@@ -71,6 +77,8 @@ Returns :ref:`@GlobalScope.ERR_FILE_EOF<class_@GlobalScope_constant_ERR_FILE_EOF
Returns another :ref:`Error<enum_@GlobalScope_Error>` code if the poll has failed.
----
.. _class_ResourceInteractiveLoader_method_wait:
- :ref:`Error<enum_@GlobalScope_Error>` **wait** **(** **)**