support updating tooltip after editor description change
This commit is contained in:
parent
64150060f8
commit
4680ced5fa
4 changed files with 63 additions and 31 deletions
|
|
@ -940,6 +940,12 @@
|
|||
Emitted when the list of children is changed. This happens when child nodes are added, moved or removed.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="editor_description_changed">
|
||||
<param index="0" name="node" type="Node" />
|
||||
<description>
|
||||
Emitted when the node's editor description field changed.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="ready">
|
||||
<description>
|
||||
Emitted when the node is ready. Comes after [method _ready] callback and follows the same rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue