mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
address all reference errors after backporting changes to 3.4 branch
This commit is contained in:
@@ -1357,6 +1357,8 @@ See :ref:`doc_running_code_in_the_editor` for more information.
|
||||
scripts run their code in the editor, misusing them may lead to
|
||||
crashing the editor.
|
||||
|
||||
.. _doc_gdscript_basics_memory_management:
|
||||
|
||||
Memory management
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -27,8 +27,10 @@ special export syntax is provided.
|
||||
.. note::
|
||||
|
||||
Exporting properties can also be done in other languages such as C#.
|
||||
The syntax varies depending on the language. See :ref:`doc_c_sharp_exports`
|
||||
for information on C# exports.
|
||||
The syntax varies depending on the language.
|
||||
|
||||
..
|
||||
See ref `doc_c_sharp_exports` for information on C# exports.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user