doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-07-15 08:43:21 +02:00
parent 9bda8df46c
commit b79aa89796
7 changed files with 332 additions and 62 deletions
+28
View File
@@ -33,6 +33,12 @@
<description>
</description>
</method>
<method name="get_current_editor" qualifiers="const">
<return type="ScriptEditorBase">
</return>
<description>
</description>
</method>
<method name="get_current_script">
<return type="Script">
</return>
@@ -50,6 +56,12 @@
<description>
</description>
</method>
<method name="get_open_script_editors" qualifiers="const">
<return type="Array">
</return>
<description>
</description>
</method>
<method name="get_open_scripts" qualifiers="const">
<return type="Array">
</return>
@@ -76,6 +88,22 @@
<description>
</description>
</method>
<method name="register_syntax_highlighter">
<return type="void">
</return>
<argument index="0" name="syntax_highlighter" type="EditorSyntaxHighlighter">
</argument>
<description>
</description>
</method>
<method name="unregister_syntax_highlighter">
<return type="void">
</return>
<argument index="0" name="syntax_highlighter" type="EditorSyntaxHighlighter">
</argument>
<description>
</description>
</method>
</methods>
<signals>
<signal name="editor_script_changed">