Bind TextEdit.deselect and update documentation

This commit is contained in:
Rémi Verschelde
2017-12-16 20:34:16 +01:00
parent db22aec51a
commit d03f35f1bc
16 changed files with 262 additions and 12 deletions

View File

@ -88,6 +88,14 @@
Returns the list of group names associated with the node at [code]idx[/code].
</description>
</method>
<method name="get_node_index" qualifiers="const">
<return type="int">
</return>
<argument index="0" name="idx" type="int">
</argument>
<description>
</description>
</method>
<method name="get_node_instance" qualifiers="const">
<return type="PackedScene">
</return>