mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -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** **(** **)**
|
||||
|
||||
Reference in New Issue
Block a user