classref: Sync with current master branch (8ebb3c7)

This commit is contained in:
Godot Organization
2023-11-10 15:05:36 +00:00
parent 66b59c1896
commit ca74950fac
140 changed files with 4471 additions and 4392 deletions

View File

@@ -29,13 +29,13 @@ Methods
.. table::
:widths: auto
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`_get_file_extensions<class_EditorFileSystemImportFormatSupportQuery_method__get_file_extensions>` **(** **)** |virtual| |const| |
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_is_active<class_EditorFileSystemImportFormatSupportQuery_method__is_active>` **(** **)** |virtual| |const| |
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_query<class_EditorFileSystemImportFormatSupportQuery_method__query>` **(** **)** |virtual| |const| |
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`_get_file_extensions<class_EditorFileSystemImportFormatSupportQuery_private_method__get_file_extensions>` **(** **)** |virtual| |const| |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_is_active<class_EditorFileSystemImportFormatSupportQuery_private_method__is_active>` **(** **)** |virtual| |const| |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`_query<class_EditorFileSystemImportFormatSupportQuery_private_method__query>` **(** **)** |virtual| |const| |
+---------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
.. rst-class:: classref-section-separator
@@ -46,7 +46,7 @@ Methods
Method Descriptions
-------------------
.. _class_EditorFileSystemImportFormatSupportQuery_method__get_file_extensions:
.. _class_EditorFileSystemImportFormatSupportQuery_private_method__get_file_extensions:
.. rst-class:: classref-method
@@ -58,7 +58,7 @@ Return the file extensions supported.
----
.. _class_EditorFileSystemImportFormatSupportQuery_method__is_active:
.. _class_EditorFileSystemImportFormatSupportQuery_private_method__is_active:
.. rst-class:: classref-method
@@ -70,7 +70,7 @@ Return whether this importer is active.
----
.. _class_EditorFileSystemImportFormatSupportQuery_method__query:
.. _class_EditorFileSystemImportFormatSupportQuery_private_method__query:
.. rst-class:: classref-method