update class docs
This commit is contained in:
parent
e00baaf6ce
commit
29f2571662
13 changed files with 35 additions and 25 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue