update class docs
This commit is contained in:
committed by
Rémi Verschelde
parent
e00baaf6ce
commit
29f2571662
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user