update class docs

This commit is contained in:
Kelly Thomas
2018-09-01 03:12:35 +08:00
committed by Rémi Verschelde
parent e00baaf6ce
commit 29f2571662
13 changed files with 35 additions and 25 deletions

View File

@@ -70,14 +70,14 @@
</methods>
<signals>
<signal name="editor_script_changed">
<argument index="0" name="script" type="Object">
<argument index="0" name="script" type="Script">
</argument>
<description>
Emitted when user changed active script. Argument is a freshly activated [Script].
</description>
</signal>
<signal name="script_close">
<argument index="0" name="script" type="Object">
<argument index="0" name="script" type="Script">
</argument>
<description>
Emitted when editor is about to close the active script. Argument is a [Script] that is going to be closed.