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

@ -107,9 +107,9 @@
<return type="float">
</return>
<argument index="0" name="offset" type="float">
Returns the y value for the point that would exist at x-position [code]offset[/code] along the curve using the baked cache. Bakes the curve's points if not already baked.
</argument>
<description>
Returns the y value for the point that would exist at x-position [code]offset[/code] along the curve using the baked cache. Bakes the curve's points if not already baked.
</description>
</method>
<method name="remove_point">