doc: Sync classref with current source
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user