aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/EditorScript.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-10-21 12:02:08 +0200
committerRémi Verschelde2017-10-21 12:04:36 +0200
commit8652c1d5b129faa76210dfa757b3e91e48e5428d (patch)
treeb47fc30fe974b30c22fa6734e5a93cdfadbcaaed /doc/classes/EditorScript.xml
parent722a2bb9db00ee6bc580c5ed5ad62b19c0f546f8 (diff)
downloadgodot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.gz
godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.tar.zst
godot-8652c1d5b129faa76210dfa757b3e91e48e5428d.zip
classref: Sync with current source
Diffstat (limited to 'doc/classes/EditorScript.xml')
-rw-r--r--doc/classes/EditorScript.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml
index 9e774345a..39d5ab725 100644
--- a/doc/classes/EditorScript.xml
+++ b/doc/classes/EditorScript.xml
@@ -4,7 +4,7 @@
Base script that can be used to add extension functions to the editor.
</brief_description>
<description>
- Scripts extending this class and implementing its [code]_run()[/code] method can be executed from the Script Editor's [code]File -> Run[/code] menu option (or by pressing [code]CTRL+Shift+X[/code]) while the editor is running. This is useful for adding custom in-editor functionality to Godot. For more complex additions, consider using [EditorPlugin]\ s instead. Note that extending scripts need to have [code]tool mode[/code] enabled.
+ Scripts extending this class and implementing its [code]_run()[/code] method can be executed from the Script Editor's [code]File -&gt; Run[/code] menu option (or by pressing [code]CTRL+Shift+X[/code]) while the editor is running. This is useful for adding custom in-editor functionality to Godot. For more complex additions, consider using [EditorPlugin]\ s instead. Note that extending scripts need to have [code]tool mode[/code] enabled.
Example script:
[codeblock]
tool
@@ -24,7 +24,7 @@
<return type="void">
</return>
<description>
- This method is executed by the Editor when [code]File -> Run[/code] is used.
+ This method is executed by the Editor when [code]File -&gt; Run[/code] is used.
</description>
</method>
<method name="add_root_node">