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

View File

@@ -21,6 +21,13 @@ Description
Defines the API that the editor uses to extract information from the underlying VCS. The implementation of this API is included in VCS plugins, which are GDExtension plugins that inherit **EditorVCSInterface** and are attached (on demand) to the singleton instance of **EditorVCSInterface**. Instead of performing the task themselves, all the virtual functions listed below are calling the internally overridden functions in the VCS plugins to provide a plug-n-play experience. A custom VCS plugin is supposed to inherit from **EditorVCSInterface** and override each of these virtual functions.
.. rst-class:: classref-introduction-group
Tutorials
---------
- :doc:`Version control systems <../tutorials/best_practices/version_control_systems>`
.. rst-class:: classref-reftable-group
Methods