classref: Sync with current master branch (6da4ad1)

This commit is contained in:
Godot Organization
2023-08-26 03:18:38 +00:00
parent 0ea575930c
commit 55d4bd8010
70 changed files with 372 additions and 52 deletions
+7
View File
@@ -25,6 +25,13 @@ Base resource that provides the functionality of exporting a release build of a
Used in scripting by :ref:`EditorExportPlugin<class_EditorExportPlugin>` to configure platform-specific customization of scenes and resources. See :ref:`EditorExportPlugin._begin_customize_scenes<class_EditorExportPlugin_method__begin_customize_scenes>` and :ref:`EditorExportPlugin._begin_customize_resources<class_EditorExportPlugin_method__begin_customize_resources>` for more details.
.. rst-class:: classref-introduction-group
Tutorials
---------
- `$DOCS_URL/tutorials/platform/consoles.html <Console support in Godot>`__
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`