Merge pull request #9743 from vgezer/scripteditor

Text editor documentation
This commit is contained in:
tetrapod
2024-12-18 14:03:58 -08:00
committed by GitHub
26 changed files with 417 additions and 0 deletions

View File

@@ -456,6 +456,8 @@ By default, the warning only updates when closing and reopening the scene.
# Returning an empty array means "no warning".
return warnings
.. _doc_running_code_in_the_editor_editorscript:
Running one-off scripts using EditorScript
------------------------------------------